Skip to content

Commit

Permalink
fix typo in AppLayout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pminz committed Oct 18, 2024
1 parent 22c6bf6 commit 8a6e2f2
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 @@ -176,7 +176,6 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
>
{t('layout.documentation-name')}
</DropdownItem>
<DropdownItem onClick={() => setIsAboutOpen(!isAboutOpen)} key="about" component="button">
<DropdownItem onClick={() => setIsAboutOpen(!isAboutOpen)} key="about" component="button">
{t('layout.about-name')}
</DropdownItem>
Expand Down

0 comments on commit 8a6e2f2

Please sign in to comment.