Skip to content

Commit

Permalink
Streaming sites links toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
EcccJ committed Nov 13, 2024
1 parent 50118e3 commit 9f80bb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions src/routes/(app)/_mobile-menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import Users from '~icons/tabler/users'
import PigMoney from '~icons/tabler/pig-money'
import ShieldCheck from '~icons/tabler/shield-check'
import Streaming from '~icons/tabler/device-tv-old'
import Settings from '~icons/tabler/settings'
import AccessibleOff from '~icons/tabler/accessible-off'
import ListNumbers from '~icons/tabler/list-numbers'
Expand Down Expand Up @@ -47,6 +48,11 @@
<span>Ranglijsten</span>
</a>

<a class="layout--mobimenu--item" href="/streaming">
<i><Streaming /></i>
<span>Streaming</span>
</a>

{#if $page.data.settings.maluspuntenEnabled}
<a class="layout--mobimenu--item" href="/maluspunten">
<i><AccessibleOff /></i>
Expand Down
8 changes: 4 additions & 4 deletions src/routes/(app)/_navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@
<i><Music /></i>
<span>Playlist</span>
</a>
<a class="layout--navbar--item" href="/streaming">
<i><Streaming /></i>
<span>Streaming</span>
</a>

<button class="layout--navbar--item btn-a" on:click={openMenu}>
{#if open}
Expand All @@ -125,6 +121,10 @@
{/if}
<span>Menu</span>
</button>
<a class="layout--navbar--item" href="/streaming">
<i><Streaming /></i>
<span>Streaming</span>
</a>

<a class="layout--navbar--item" href="/ranglijst">
<i><ListNumbers /></i>
Expand Down

0 comments on commit 9f80bb0

Please sign in to comment.