Image sizes 2
This commit is contained in:
parent
031d057811
commit
4cb0f2db10
7 changed files with 11 additions and 8 deletions
src/pages
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue