Added servant and turns to TA collection

This commit is contained in:
Firq 2023-03-16 17:25:45 +01:00
parent 65032859a0
commit 7b194c844e
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
9 changed files with 172 additions and 47 deletions

View file

@ -44,6 +44,13 @@ const description = 'A collection of TAs previously completed be Firq.'
>
{featured_data.map((item) => <TaCard {...item} />)}
</TaSection>
<div class="placeholder"></div>
</Layout>
<style></style>
<style>
.placeholder {
visibility: hidden;
width: 100%;
height: 5rem;
}
</style>