mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update
This commit is contained in:
parent
cb29f2916f
commit
e937a323c6
1 changed files with 6 additions and 4 deletions
|
@ -22,11 +22,13 @@
|
||||||
<div class="flex justify-center items-center w-full">
|
<div class="flex justify-center items-center w-full">
|
||||||
<div class="relative w-[200px]">
|
<div class="relative w-[200px]">
|
||||||
<img src={speaker.imageUrl} class="w-full border-2 border-white aspect-square object-cover" />
|
<img src={speaker.imageUrl} class="w-full border-2 border-white aspect-square object-cover" />
|
||||||
|
{#if speaker.refs?.twitter || speaker.refs?.bsky}
|
||||||
<div class="absolute bottom-0 left-0 text-xs">
|
<div class="absolute bottom-0 left-0 text-xs">
|
||||||
<div class="bg-white text-black py-1 px-2">
|
<div class="bg-white text-black py-1 px-2">
|
||||||
@{speaker.refs?.twitter}
|
@{speaker.refs?.twitter || speaker.refs?.bsky}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full justify-center" style="margin-top: -2px;">
|
<div class="flex w-full justify-center" style="margin-top: -2px;">
|
||||||
|
|
Loading…
Reference in a new issue