restructure donw, rearing 1.0.0 release

This commit is contained in:
Firq 2025-04-07 21:53:48 +02:00
parent aed70ccdd9
commit aa59137748
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
13 changed files with 207 additions and 23 deletions

View file

@ -35,10 +35,10 @@ const description = 'A collection of TAs previously completed be Firq.'
<Layout
title="TA Collection - Firq FGO Site"
currentpage="ta-collection"
currentpage="fgo"
descriptionOverride={description}
>
<SmallTitle maintext='TA Collection' subtext=''/>
<SmallTitle maintext='TA Collection' subtext='' baseurl='fgo' returnbutton={true} buttontext='FGO'/>
<FgotaHero fadeout={true}/>
<TaSection title="Notable TAs" abovetext="My most notable TAs">
{important_data.map((item) => <TaCard {...item} />)}