Skip to content

Commit

Permalink
[Issue #1855 ] Fix nav menu mobile (#1857)
Browse files Browse the repository at this point in the history
## Summary
Fixes #1855
  • Loading branch information
acouch authored Apr 29, 2024
1 parent ad0cd12 commit 2e3991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Layout = ({ children }: Props) => {
// TODO: Remove during move to app router and next-intl upgrade
const header_strings = {
title: t("Header.title"),
nav_menu_toggle: t("nav_menu_toggle"),
nav_menu_toggle: t("Header.nav_menu_toggle"),
nav_link_home: t("Header.nav_link_home"),
nav_link_search: t("Search"),
nav_link_process: t("Header.nav_link_process"),
Expand Down

0 comments on commit 2e3991d

Please sign in to comment.