From 0541cf3e82f9a52811be3210ed8e8ac7f1fd9ac5 Mon Sep 17 00:00:00 2001 From: Metallicus Dev Date: Fri, 20 Oct 2023 10:57:39 -0600 Subject: [PATCH] ok --- components/NavBar/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/NavBar/index.tsx b/components/NavBar/index.tsx index f639f5f6..f93352bc 100644 --- a/components/NavBar/index.tsx +++ b/components/NavBar/index.tsx @@ -174,10 +174,10 @@ const DesktopNavRoutes = () => { name: 'Create', path: `/create`, }, - { - name: 'Bridge', - path: `/bridge`, - }, + // { + // name: 'Bridge', + // path: `/bridge`, + // }, ]; return (