mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
Update
This commit is contained in:
parent
3a6ca7fe61
commit
ba9d3a4492
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@
|
||||||
{#each items.map(getPerson) as item}
|
{#each items.map(getPerson) as item}
|
||||||
<div class="hover:bg-white hover:text-black p-2 {size === 'small' ? 'w-2/3 sm:w-48' : 'w-2/3 sm:w-64'} person-item" on:mouseenter={animateSpeaker}>
|
<div class="hover:bg-white hover:text-black p-2 {size === 'small' ? 'w-2/3 sm:w-48' : 'w-2/3 sm:w-64'} person-item" on:mouseenter={animateSpeaker}>
|
||||||
<div>
|
<div>
|
||||||
<a href={twitterLink(item.twitter)} target="_blank"
|
<img src="/people/{item.img}" class="grayscale invert aspect-square object-cover w-full" />
|
||||||
><img src="/people/{item.img}" class="grayscale invert aspect-square object-cover w-full" /></a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-4 speaker-name animate-speaker text-xl">{item.name.toUpperCase()}</div>
|
<div class="mt-4 speaker-name animate-speaker text-xl">{item.name.toUpperCase()}</div>
|
||||||
<div class="text-lg text-mild">
|
<div class="text-lg text-mild">
|
||||||
|
|
Loading…
Reference in a new issue