We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a6d8e commit 261befbCopy full SHA for 261befb
1 file changed
src/components/Navbar.tsx
@@ -408,12 +408,12 @@ export default function Navbar() {
408
]}
409
/>
410
</div>
411
- {/* <Link
+ <Link
412
className="bg-cerise py-2.5 px-4 rounded-full text-center hover:scale-105 transition-transform"
413
href="/företagsanmälan"
414
>
415
{t.companyForm}
416
- </Link> */}
+ </Link>
417
<button
418
data-dont-close
419
onClick={swapLocale}
0 commit comments