Added servant and turns to TA collection
This commit is contained in:
parent
65032859a0
commit
7b194c844e
9 changed files with 172 additions and 47 deletions
src/pages
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue