This commit is contained in:
tree 2022-06-06 12:40:10 +02:00
rodič 831e188915
revize 70c25612df
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -75,13 +75,13 @@
> >
{/if} {/if}
{#if $page.url.pathname !== "/tv"} {#if $page.url.pathname !== "/tv"}
<a <!--a
sveltekit:prefetch sveltekit:prefetch
href="/tv" href="/tv"
class="m-auto hover:text-[#E16A61] text-custom-green" class="m-auto hover:text-[#E16A61] text-custom-green"
class:text-blue-400={$page.url.pathname === "/tv"} class:text-blue-400={$page.url.pathname === "/tv"}
><i class="fa-solid fa-video mr-1.5" /> Livestreamy</a ><i class="fa-solid fa-video mr-1.5" /> Livestreamy</a
> -->
{/if} {/if}
<a <a
sveltekit:prefetch sveltekit:prefetch