Skip to content

Commit 261befb

Browse files
committed
Exhibit button in nav
1 parent 64a6d8e commit 261befb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,12 +408,12 @@ export default function Navbar() {
408408
]}
409409
/>
410410
</div>
411-
{/* <Link
411+
<Link
412412
className="bg-cerise py-2.5 px-4 rounded-full text-center hover:scale-105 transition-transform"
413413
href="/företagsanmälan"
414414
>
415415
{t.companyForm}
416-
</Link> */}
416+
</Link>
417417
<button
418418
data-dont-close
419419
onClick={swapLocale}

0 commit comments

Comments
 (0)