add lunarpunk.party link

This commit is contained in:
tree🌴 2023-05-16 18:44:43 +02:00
parent c6a6443a9e
commit dd31a9a94d
2 changed files with 3 additions and 2 deletions

View File

@ -83,7 +83,7 @@ tickets:
- Food and drinks included - Food and drinks included
- Web3Privacy t-shirt - Web3Privacy t-shirt
- Networking drinks with speakers & attendees - Networking drinks with speakers & attendees
- '#Lunarpunk party' - '<span class="font-bold">#Lunarpunk party included!</span>'
hint: | hint: |
Discounts: We offer various discounts up to 100%, see below Discounts: We offer various discounts up to 100%, see below
- title: '#Lunarpunk Party' - title: '#Lunarpunk Party'
@ -94,6 +94,7 @@ tickets:
- VJs and projections - VJs and projections
- '"Privacy experience"' - '"Privacy experience"'
- Networking with attendees, speakers & sponsors - Networking with attendees, speakers & sponsors
- More info at <a href="http://lunarpunk.party/" class="underline">lunarpunk.party</a>
note: '*Party access is included in the All-day Pass' note: '*Party access is included in the All-day Pass'
ticketTypeClass: party ticketTypeClass: party
faq: faq:

View File

@ -180,7 +180,7 @@
</div> </div>
<ul class="mt-8 text-left list-disc px-6"> <ul class="mt-8 text-left list-disc px-6">
{#each tt.includes as ti} {#each tt.includes as ti}
<li class="mb-2 pl-2 text-sm">{ti}</li> <li class="mb-2 pl-2 text-sm">{@html ti}</li>
{/each} {/each}
</ul> </ul>
{#if tt.note} {#if tt.note}