Skip to content

Commit

Permalink
Tweak styling a little
Browse files Browse the repository at this point in the history
  • Loading branch information
amazon-meaisiah committed Mar 6, 2020
1 parent ab2a944 commit 3a877c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-portal/src/components/ApisMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function GenericApiSubsection ({ title, listOfApis, selectedApiId }) {
as={Link}
to={`/apis/${api.id}`}
active={isActive(api.id, `${selectedApiId}`)}
style={{ 'font-weight': '400' }}
>
{api.stage}
</Menu.Item>
Expand Down Expand Up @@ -123,6 +124,7 @@ function ApiSubsection ({ title, listOfApis, selectedApiId, selectedStage = fals
as={Link}
to={`/apis/${id}/${api.stage}`}
active={isActive(id, `${selectedApiId}`, `${api.stage}`, selectedStage)}
style={{ 'font-weight': '400' }}
>
{api.stage}
</Menu.Item>
Expand Down

0 comments on commit 3a877c3

Please sign in to comment.