Another attempt at a major redesign, but for real this time, i swear

This commit is contained in:
Firq 2024-10-21 16:57:02 +02:00
parent 676e5e2b00
commit 9d8493273d
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
10 changed files with 54 additions and 69 deletions
src/pages

View file

@ -15,7 +15,7 @@ const description =
descriptionOverride={description}
>
<Hi />
<BaseSection title="Favourites">
<BaseSection title="Favourite Things">
{favouritesdata.map((item) => <FavouriteCard {...item} />)}
</BaseSection>
</Layout>