Add house icon to Switcher

This commit is contained in:
2022-03-02 19:51:12 +01:00
parent 482b62da0e
commit df17b0cff1
3 changed files with 19 additions and 14 deletions

View File

@@ -50,7 +50,7 @@
>
<ul class="switcher__links">
{#each switcher_links as { text, url, icon, icon_label }}
<li class:is-active={$page.url.pathname.startsWith(url)}>
<li class:is-active={$page.url.pathname === url}>
<a href={url} on:click={toggleSwitcher}
sveltekit:noscroll sveltekit:prefetch
>