Tried some updates

This commit is contained in:
Henrik Larsson
2023-08-13 14:06:02 +02:00
parent 810754ad1d
commit ac9d8c4386
5 changed files with 3 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ export default async function Footer({ locale }: FooterProps) {
{link._type == 'linkInternal' ? (
<Link
className="hover:underline"
href={`/${link.reference.locale}/${link.reference.slug.current}`}
href={`${link.reference.slug.current}`}
>
{link.title}
</Link>