Skip to content

Commit

Permalink
chore: i18n docs link to do
Browse files Browse the repository at this point in the history
  • Loading branch information
amhsirak committed Dec 28, 2024
1 parent 1630e0e commit 6ac7068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/molecules/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ export const NavBar: React.FC<NavBarProps> = ({
>
Deutsch
</MenuItem>
{/* WIP: Replace change language with i18n docs link */}
<MenuItem
onClick={() => {
changeLanguage("de");
Expand Down Expand Up @@ -470,6 +471,7 @@ export const NavBar: React.FC<NavBarProps> = ({
>
Deutsch
</MenuItem>
{/* WIP: Replace change language with i18n docs link */}
<MenuItem
onClick={() => {
changeLanguage("de");
Expand Down

0 comments on commit 6ac7068

Please sign in to comment.