Skip to content

Commit

Permalink
Merge pull request #23 from jpmorganchase/endpoint-fix
Browse files Browse the repository at this point in the history
feat: remove bold from path
  • Loading branch information
maria-mcparland authored Mar 12, 2024
2 parents 78b26b9 + eb04261 commit 77848b5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@ function MethodPathInner({ method, path, chosenServerUrl }: MethodPathProps & {
<Box dir="rtl" color="muted" textOverflow="truncate" overflowX="hidden">
<Box as="span" dir="ltr" style={{ unicodeBidi: 'bidi-override' }}>
{chosenServerUrl}
{path}
</Box>
</Box>
<Box fontWeight="semibold" flex={1}>
{path}
</Box>
</Flex>
);

Expand Down

0 comments on commit 77848b5

Please sign in to comment.