From f4a437f13beaedc3b3f8d17835a8acd5ca977b51 Mon Sep 17 00:00:00 2001 From: hamdy Date: Tue, 23 Mar 2021 20:54:17 +0200 Subject: [PATCH] fix links --- content/navigation/navigation.md | 7 ------- src/components/custom/Navbar/Navbar.vue | 14 +++++++------- src/components/custom/sections/CallToAction.vue | 6 +++--- src/components/custom/sections/Comparison.vue | 6 +++--- .../marketing/sections/cta-sections/BrandPanel.vue | 6 +++--- .../sections/cta-sections/ShowcaseProducts.vue | 6 +++--- .../sections/cta-sections/logoShowcase.vue | 6 +++--- src/pages/Index.vue | 2 +- 8 files changed, 23 insertions(+), 30 deletions(-) diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index 5cfa45770..499607807 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -8,23 +8,18 @@ navLinks: submenu: - title: Be The Internet path: /farming - external: true - title: P2P Cloud path: /cloud - external: true - title: P2P Marketplace path: /marketplace - external: true - title: Digital Twin path: /twin - external: true - title: ThreeFold Token path: /farming/token - external: true - name: LEARN link: '' # /dropdown @@ -33,7 +28,6 @@ navLinks: submenu: - title: Knowledge Base path: /info/threefold - external: true - title: Blog path: /blog @@ -55,7 +49,6 @@ navLinks: - title: Conscious Internet path: /aci - external: true - title: ThreeFold Tech path: https://threefold.tech/ diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index 86978bc52..8850a6ac0 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -140,7 +140,7 @@ v-else class="block px-4 py-1 text-sm font-semibold bg-transparent rounded-lg dark:bg-transparent dark:hover:bg-gray-600 dark-:focus:bg-gray-600 dark:focus:text-white dark:hover:text-white dark:text-gray-200 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" @click="open = false" - :href="$url(link.path)" + :href="link.path" >{{ link.title }} @@ -148,20 +148,20 @@ - {{ element.name }}{{ element.name }} - {{ element.name }}{{ element.name }}