From 27163f87559868423f599b30f01eb9494af2cb04 Mon Sep 17 00:00:00 2001 From: Tehuel Date: Fri, 30 Jan 2026 07:56:24 -0300 Subject: [PATCH] Update page.mdx --- www/src/app/examples/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/app/examples/page.mdx b/www/src/app/examples/page.mdx index efb369a5d..2b49b2e73 100644 --- a/www/src/app/examples/page.mdx +++ b/www/src/app/examples/page.mdx @@ -7,7 +7,7 @@ export const metadata = { export const sections = [ { title: 'Overview', id: 'overview' }, { title: 'Blog Setup', id: 'blog-setup' }, - { title: 'E-commerce Catalog', id: 'ecommerce-catalog' }, + { title: 'E-commerce Catalog', id: 'e-commerce-catalog' }, { title: 'Documentation Site', id: 'documentation-site' }, { title: 'Multi-tenant App', id: 'multi-tenant-app' }, { title: 'API-First CMS', id: 'api-first-cms' },