mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
fix links for desktop
This commit is contained in:
@@ -43,7 +43,7 @@ export function MainNav({ items, lang = fallbackLng }: MainNavProps) {
|
||||
return (
|
||||
<Link
|
||||
key={index}
|
||||
href={item.href}
|
||||
href={`/${lang}/${item.href}`}
|
||||
target={item.external ? "_blank" : undefined}
|
||||
className={cn(
|
||||
"flex cursor-pointer items-center border-b-2 uppercase",
|
||||
|
||||
@@ -18,7 +18,6 @@ export function useAppSettings(lang: LocaleTypes) {
|
||||
},
|
||||
{
|
||||
title: "Devcon 7",
|
||||
external: true,
|
||||
href: "/devcon-7",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user