mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-22 19:08:59 +02:00
better stuff, removed uneccsary shit
This commit is contained in:
parent
9e40089ebd
commit
2914bcead5
@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { page } from '$app/stores';
|
||||
export let href = '/';
|
||||
$: current = (href == $page.url.pathname);
|
||||
$: current = (href === $page.url.pathname);
|
||||
</script>
|
||||
|
||||
<a {href}>
|
||||
|
@ -1,8 +1,6 @@
|
||||
<script>
|
||||
import Navigation from '../atoms/Navigation.svelte';
|
||||
import { page } from '$app/stores';
|
||||
export let href = '/';
|
||||
$: current = href == $page.url.pathname;
|
||||
</script>
|
||||
|
||||
<nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user