remove active class

This commit is contained in:
Fractal-Tess
2022-12-21 02:58:00 +02:00
parent 90172efa4b
commit 36ba8a7927

View File

@@ -1,5 +1,4 @@
<script lang="ts">
import { active } from 'tinro';
import type { NavLink } from '$types';
import Fa from 'svelte-fa/src/fa.svelte';
@@ -11,9 +10,6 @@
{#each navLinks as navLink, i (i)}
<li>
<a
use:active
exact
data-active-class="border-b-2"
href={navLink.target.href}
target={navLink.target.newTab ? '_blank' : ''}
>