hide program

This commit is contained in:
tree🌴 2023-04-25 08:30:50 +02:00
parent 85a74fa1a9
commit 816a84cfc3
3 changed files with 4 additions and 11 deletions

View File

@ -57,7 +57,7 @@
const account = getAccount();
web3store.set(account);
claimed = {};
userBadges = (await checkBadges(account.address))s;
userBadges = await checkBadges(account.address);
});
}

View File

@ -14,7 +14,7 @@
{ title: 'intro', name: '#', url: '' },
{ title: 'About', url: '#about' },
{ title: 'Speakers', url: '#speakers' },
{ title: 'Program', url: '#program' },
//{ title: 'Program', url: '#program' },
//{ title: 'Sponsors', url: '#sponsors' },
{ title: 'FAQ', url: '#faq' },
{ title: 'Chat', url: 'https://chat.web3privacy.info', external: true },

View File

@ -73,7 +73,7 @@
</div>
</div>
<div class="bg-black" id="program">
<!--div class="bg-black" id="program">
<div class="middle-pane-medium pt-16 mx-auto pb-32">
<div class="section-header" on:mouseenter={animateText}>Program</div>
{#if data.config.programNote}
@ -86,13 +86,6 @@
<div class="w-auto xl:w-1/2 mb-10 xl:mb-0">
<div class="text-xl font-bold mb-4 font-mono2 lowercase">{stage.name}</div>
<table class="table-auto table-custom w-full mt-8">
<!--thead>
<tr>
<th class="text-right text-sm">time</th>
<th class="text-left text-sm">topic</th>
</tr>
</thead-->
<tbody>
{#each stage.program as pi}
<tr class="" on:mouseenter={animateSection(35)}>
@ -126,7 +119,7 @@
{/each}
</div>
</div>
</div>
</div-->
<div class="" id="ticket">
<div class="middle-pane-medium pt-16 mx-auto">