From 18f27e354aa7e20978995c434361ed241a2cda45 Mon Sep 17 00:00:00 2001 From: Mythic Date: Thu, 5 Sep 2024 15:32:50 +0300 Subject: [PATCH] Disable login modal until it's configured to work --- .../cyberstorm/navigation/Navigation.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/cyberstorm-remix/cyberstorm/navigation/Navigation.tsx b/apps/cyberstorm-remix/cyberstorm/navigation/Navigation.tsx index 7654d6c45..a177c1bc7 100644 --- a/apps/cyberstorm-remix/cyberstorm/navigation/Navigation.tsx +++ b/apps/cyberstorm-remix/cyberstorm/navigation/Navigation.tsx @@ -65,9 +65,10 @@ export function Navigation() { - }> - - + {/* TODO: Enable once working */} + {/*}>*/} + {/* */} + {/**/} @@ -207,9 +208,10 @@ export function Navigation() { Browse - }> - - + {/* TODO: Enable once working */} + {/*}>*/} + {/* */} + {/**/} );