feat(F-089): completed feature
This commit is contained in:
@@ -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
Reference in New Issue
Block a user