Refactor marketplace and theme components

This commit is contained in:
mauro-balades
2024-09-23 00:39:02 +02:00
parent b01201c954
commit c342e99b38
4 changed files with 26 additions and 22 deletions

View File

@@ -30,9 +30,7 @@ export default async function ThemePage({ themeID }: { themeID: string }) {
<img
src={theme.image}
alt={theme.name}
width={500}
height={500}
className="w-full rounded-lg border-2 object-cover shadow"
className="f-full rounded-lg border-2 object-cover shadow"
/>
<h1 className="mt-5 text-2xl font-bold">{theme.name}</h1>
<p className="mt-2 text-sm text-muted-foreground">