This commit is contained in:
tree 2022-06-01 05:14:54 +02:00
rodič 6614bc917b
revize e22642a961
3 změnil soubory, kde provedl 18 přidání a 15 odebrání

Zobrazit soubor

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

Zobrazit soubor

@ -25,7 +25,7 @@
><h2 class="text-xl uppercase font-bold">{item.name}</h2></a
>
</div>
<div class="mt-4">
<div class="mt-4 utxo-markdown">
<SvelteMarkdown source={item.text} {renderers} />
</div>
</div>

Zobrazit soubor

@ -270,8 +270,9 @@
>
<div class="md:flex gap-4">
<h1 class="uppercase text-2xl font-bold">
<a use:scrollTo={stage.id} on:click={() => startStream(stage.id)}
><i class="fa-solid fa-video mr-1 text-white/50" />
<a
><!-- use:scrollTo={stage.id} on:click={() => startStream(stage.id)}-->
<i class="fa-solid fa-video mr-1 text-white/50" />
{stage.name}</a
>
</h1>