From b1254c8305cde31bf00f72ca12310d0979980206 Mon Sep 17 00:00:00 2001 From: Rolando L Gonzales Date: Mon, 18 Nov 2024 09:24:47 -0500 Subject: [PATCH] Fixed error --- src/data/mockData.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/mockData.ts b/src/data/mockData.ts index 903c927..b5a4c48 100644 --- a/src/data/mockData.ts +++ b/src/data/mockData.ts @@ -24,12 +24,12 @@ export const navigationData = { { label: 'Zenmonics', path: '/zenmonics' }, { label: 'Styleguide', path: '/styleguide' }, { label: 'Profile', path: '/profile' }, - { + // { // label: 'Sample page', // path: URLS.samplePage, // isExternal: true, // openInWindow: true // New flag to indicate window opening behavior - } + // } ] } };