From f5eb17df4ff5c5ea438120b6cc0f167f17fedc38 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 4 Jun 2024 19:12:21 -0400 Subject: [PATCH] updated about and navigation for simplicity --- src/navigation.js | 4 ++-- src/pages/about.astro | 23 ++++++++++------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 49348de..76033dc 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -45,8 +45,8 @@ export const footerData = { { title: 'About', links: [ - { text: 'Meet the Team', href: '/about' }, - { text: 'Our Values', href: '/about' }, + { text: 'Project INCA', href: '/about' }, + { text: 'ThreeFold Grid', href: 'https://threefold.io' }, ], }, { diff --git a/src/pages/about.astro b/src/pages/about.astro index 719a914..b1ede2a 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -17,7 +17,7 @@ const metadata = { @@ -231,7 +232,7 @@ const metadata = {