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 e7deb38 commit 8eb5621Copy full SHA for 8eb5621
src/lib/header.svelte
@@ -67,12 +67,7 @@
67
</div>
68
<div class="flex flex-col justify-evenly text-white w-full sm:hidden">
69
{#each navigations as nav}
70
- <a
71
- href={nav.link}
72
- class={current_link === nav.link
73
- ? "border-y-4 rounded-full 2xl:px-12 border-primary"
74
- : "border-y-4 border-primary hover:border-primary border-opacity-10 rounded-full 2xl:px-12 "}
75
- >
+ <a href={nav.link}>
76
<p class="text-5xl sm:text-2xl py-1">{nav.title}</p>
77
</a>
78
{/each}
0 commit comments