Venue submission form

This commit is contained in:
tree 2023-03-20 00:56:47 +01:00
rodič 8f8aa41337
revize a6f863d293
2 změnil soubory, kde provedl 4 přidání a 1 odebrání

Zobrazit soubor

@ -112,6 +112,9 @@
{#if col === 'speaker'}<a href="/{entry}/for-speakers" class="underline hover:no-underline" {#if col === 'speaker'}<a href="/{entry}/for-speakers" class="underline hover:no-underline"
>Participate as a speaker!</a >Participate as a speaker!</a
>{/if} >{/if}
{#if col === 'place'}<a href="https://prgblockweek.com/submit-venue" class="underline hover:no-underline"
>Offer your own venue!</a
>{/if}
</div> </div>
</div> </div>
</div> </div>

Zobrazit soubor

@ -97,7 +97,7 @@
<div <div
class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 xl:grid-cols-6 my-6 text-center text-2xl" class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 xl:grid-cols-6 my-6 text-center text-2xl"
> >
<CollectionList arr={data.bundle.places} col="place" img="photo" {entry} /> <CollectionList arr={data.bundle.places} col="place" img="photo" {entry} offer={true} />
</div> </div>
{#if data.bundle.benefits} {#if data.bundle.benefits}
<h2 class="text-2xl uppercase font-bold pbw-text-color-secondary"> <h2 class="text-2xl uppercase font-bold pbw-text-color-secondary">