Skip to content

Commit

Permalink
ISPN-16599 Fix character in the about menu
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed Sep 18, 2024
1 parent 3c4565d commit 1807286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
>
{t('layout.documentation-name')}
</DropdownItem>
,
<DropdownItem onClick={() => setIsAboutOpen(!isAboutOpen)} key="about" component="button">
{t('layout.about-name')}
</DropdownItem>
Expand Down

0 comments on commit 1807286

Please sign in to comment.