From 2b2732c570f80ffaa1cea1f3c16cb477c1c84736 Mon Sep 17 00:00:00 2001
From: Christophe <christophe.misc+git@protonmail.ch>
Date: Wed, 20 Sep 2023 18:14:19 +0200
Subject: [PATCH] fix(Navbar): remove DeepHDC links

---
 frontend/components/Navbar.tsx | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/frontend/components/Navbar.tsx b/frontend/components/Navbar.tsx
index 1c49a26..57b4926 100644
--- a/frontend/components/Navbar.tsx
+++ b/frontend/components/Navbar.tsx
@@ -13,17 +13,6 @@ const Navbar = () => {
                             Home
                         </Link>
                     </li>
-                    <li className="navbar-item">
-                        <a className="navbar-link" href="https://deep-hybrid-datacloud.eu/">
-                            Project page
-                        </a>
-                    </li>
-                    <li className="navbar-item">
-                        <a className="navbar-link" href="https://docs.deep-hybrid-datacloud.eu/">
-                            Help
-                        </a>
-                    </li>
-
                     <li className="navbar-item ml-auto">
                         {auth.isAuthenticated ? (
                             <button
-- 
GitLab