feat: Add themes marketplace page and components

This commit is contained in:
Mauro Balades
2024-08-14 23:12:22 +02:00
parent ca1540a6c5
commit f16a46a290
8 changed files with 268 additions and 2 deletions

View File

@@ -42,6 +42,12 @@ export function MobileNav() {
>
Download
</MobileLink>
<MobileLink
href="/themes"
onOpenChange={setOpen}
>
Themes
</MobileLink>
<MobileLink
href="/release-notes"
onOpenChange={setOpen}