First Batch for Teslafest
This commit is contained in:
parent
45fd44e192
commit
827353f729
49 changed files with 1337 additions and 98 deletions
src/pages/database
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue