feat(F-089): completed feature

This commit is contained in:
chattie
2026-08-20 21:34:12 +02:00
parent fbf6eeae25
commit a591992840
10 changed files with 158 additions and 9 deletions

View File

@@ -262,7 +262,7 @@ export default function ProductsPage() {
<td className="px-4 py-3">
{p.state === 'active' ? (
<a
href={`http://192.168.18.93:3003/productos/${p.slug}`}
href={`http://192.168.18.93:3003/products/${p.slug}`}
target="_blank"
rel="noopener noreferrer"
title="Ver en la tienda"

File diff suppressed because one or more lines are too long