fix mobile

This commit is contained in:
Kalidou Diagne
2024-03-22 14:20:00 +00:00
parent e79bc812c4
commit 8a79d5a943
2 changed files with 2 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ export function SiteHeaderMobile({ lang }: LangProps["params"]) {
</div>
<div className="flex w-full flex-col px-[16px] text-base font-medium">
{MAIN_NAV.map((item, index) => {
if (item.onlyHeader) return null
if (item.onlyFooter) return null
return (
<NextLink

View File

@@ -37,6 +37,7 @@ export function useAppSettings(lang: LocaleTypes) {
title: t("menu.blog"),
href: "https://mirror.xyz/privacy-scaling-explorations.eth",
external: true,
onlyHeader: true,
},
]