mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update
This commit is contained in:
parent
d01cf2a190
commit
3b1961e526
2 changed files with 6 additions and 3 deletions
|
@ -27,6 +27,7 @@ const topics = [
|
|||
]
|
||||
|
||||
const events = {
|
||||
s23prg: { image: 'summit01' },
|
||||
m24buc: { image: 'bucharest01' },
|
||||
m24ath: { image: 'athens01' },
|
||||
m24ams: { image: 'amsterdam01' },
|
||||
|
|
|
@ -29,9 +29,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex justify-center" style="margin-top: -2px;">
|
||||
<div class="border-2 border-white py-1 px-2 bg-black uppercase">
|
||||
{speaker.name}
|
||||
<div class="flex w-full justify-center" style="margin-top: -2px;">
|
||||
<div class="flex {speaker.name.length < 19 ? 'w-[200px] justify-start' : 'justify-center'}">
|
||||
<div class="border-2 border-white py-1 px-2 bg-black uppercase">
|
||||
{speaker.name}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue