From af878efa2efacf7ebd5c7ffb371a3bba28a02a7e Mon Sep 17 00:00:00 2001 From: r-freeman Date: Sat, 25 Feb 2023 22:50:19 +0000 Subject: [PATCH] Added home link to nav and footer --- components/Footer.tsx | 1 + components/ui/Navigation.tsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/components/Footer.tsx b/components/Footer.tsx index 4eb2a6e..b6af417 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -16,6 +16,7 @@ export function Footer() {
+ Home About Dashboard Writing diff --git a/components/ui/Navigation.tsx b/components/ui/Navigation.tsx index 52332a6..2231fbf 100644 --- a/components/ui/Navigation.tsx +++ b/components/ui/Navigation.tsx @@ -61,6 +61,7 @@ export function MobileNavigation(props: Props) {