diff --git a/content/footer/footer.md b/content/footer/footer.md index b4828b420..1801ba567 100644 --- a/content/footer/footer.md +++ b/content/footer/footer.md @@ -17,22 +17,22 @@ items: - name: Store TFT link: https://new.threefold.io/info/threefold#/threefold__storing_tft - name: Be The Internet - link: /farming + link: https://new.threefold.io/farming - name: P2P Cloud - link: /cloud + link: https://new.threefold.io/cloud - name: P2P Marketplace - link: /marketplace + link: https://new.threefold.io/marketplace - name: Digital Twin - link: /twin + link: https://new.threefold.io/twin - title: LEARN links: - name: What is ThreeFold? - link: /info/threefold + link: https://new.threefold.io/info/threefold - name: What is TFT? - link: /farming/token + link: https://new.threefold.io/farming/token - name: Knowledge Base - link: /info/threefold + link: https://new.threefold.io/info/threefold#/ - name: Manuals link: https://new.threefold.io/info/threefold#/tftech__tf_manuals?id=threefold-manuals - name: ThreeFold Foundation @@ -60,7 +60,7 @@ items: - name: Partners link: /partners - name: Conscious Internet - link: /aci + link: https://new.threefold.io/aci - name: ThreeFold Tech link: https://threefold.tech/ @@ -75,7 +75,7 @@ items: --- -[Terms & Conditions](https://new.threefold.io/info/legal#/legal__terms_conditions_websites) | [Privacy Policy](https://new.threefold.io/info/legal#/legal__privacypolicy) | [Impressum]() + diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index 7ae41ecd7..9efa8adf8 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -7,19 +7,24 @@ navLinks: expandable: true submenu: - title: Be The Internet - path: /farming + path: https://new.threefold.io/farming + external: true - title: P2P Cloud - path: /cloud + path: https://new.threefold.io/cloud + external: true - title: P2P Marketplace - path: /marketplace + path: https://new.threefold.io/marketplace + external: true - title: Digital Twin - path: /twin + path: https://new.threefold.io/twin + external: true - title: ThreeFold Token - path: /farming/token + path: https://new.threefold.io/farming/token + external: true - name: LEARN link: '' # /dropdown @@ -27,13 +32,15 @@ navLinks: expandable: true submenu: - title: Knowledge Base - path: /info/threefold + path: https://new.threefold.io/info/threefold + external: true - title: Blog path: /blog - title: Forum path: https://forum.threefold.io/ + external: true - name: ECOSYSTEM link: '' @@ -47,7 +54,7 @@ navLinks: path: /partners - title: Conscious Internet - path: /aci + path: https://new.threefold.io/aci external: true - title: ThreeFold Tech @@ -70,8 +77,7 @@ navLinks: social: - icon: telegram-plane - link: '' #telegaram link + link: 'https://t.me/threefoldnews' #telegaram link - - icon: linkedin - link: '' #linkedin link + --- diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index 37026b1e1..ef903629a 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -1,5 +1,5 @@