Image sizes 2

This commit is contained in:
Firq 2024-10-22 21:34:18 +02:00
parent 031d057811
commit 4cb0f2db10
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
7 changed files with 11 additions and 8 deletions

View file

@ -20,7 +20,7 @@ const description =
>
<SmallTitle maintext='TA Offering' subtext='Servants and CEs I can offer for your TAs' fadeout={true}/>
<ServantSection title="Servants">
{servantdata.map((item) => <ServantCard {...item} />)}
{servantdata.map((item, index) => <ServantCard {...item} index={index} />)}
</ServantSection>
<div class="placeholder"></div>
<ServantSection title="CEs">