diff --git a/src/app/company/[company_slug]/products/[product_slug]/page.tsx b/src/app/company/[company_slug]/products/[product_slug]/page.tsx index ac1d9a1..a0fc227 100644 --- a/src/app/company/[company_slug]/products/[product_slug]/page.tsx +++ b/src/app/company/[company_slug]/products/[product_slug]/page.tsx @@ -33,7 +33,7 @@ export default async function Page({ updateMetadata(product); return ( -
+
);