We have only one venue
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

This commit is contained in:
tree 2022-11-09 23:33:36 +01:00
rodič 110c944d7d
revize 7f662b2ab9
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -45,7 +45,7 @@
href="/venues"
class="px-5 py-2 flex items-center leading-snug text-black hover:opacity-75"
on:click={() => (open = false)}
class:active={$page.url.pathname === '/venues/'}>Venues</a
class:active={$page.url.pathname === '/venues/'}>Venue</a
>
</li>
<li>

Zobrazit soubor

@ -3,7 +3,7 @@
</script>
<svelte:head>
<title>Venues | {data.title}</title>
<title>Venue | ETHBrno²</title>
</svelte:head>
<section class="text-white bg-black body-font">
<div class="container mx-auto flex py-12 md:py-24 md:flex-row flex-col items-center xl:max-w-screen-xl md:px-0 px-4">