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 }}