feat(F-071): completed feature
This commit is contained in:
@@ -69,7 +69,7 @@ export default async function CategoryPage({ params }: PageProps) {
|
||||
Categoría
|
||||
</p>
|
||||
<h1 className="text-4xl font-bold tracking-tight text-emerald-950 md:text-5xl">
|
||||
{category.name}
|
||||
{category.emoji ? `${category.emoji} ${category.name}` : category.name}
|
||||
</h1>
|
||||
<p className="text-lg leading-8 text-stone-700">
|
||||
{category.seoDescription ?? 'Descubrí productos seleccionados dentro de esta categoría.'}
|
||||
|
||||
Reference in New Issue
Block a user