First Batch for Teslafest

This commit is contained in:
Firq 2024-05-01 01:37:29 +02:00
parent 45fd44e192
commit 827353f729
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
49 changed files with 1337 additions and 98 deletions
src/pages/database

View file

@ -18,7 +18,7 @@ fulldata.sort(
currentpage="database"
descriptionOverride={description}
>
<DatabaseSection title="FGO NA TA Database">
<DatabaseSection title="All NA Runs">
{fulldata.map((quest) => <QuestListing { ...{...quest.data.info, slug: quest.id} } baseurl="database" />)}
</DatabaseSection>
</Layout>