From ebd62d84a248b7766cd0d64e479712b660ca7ea2 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Wed, 31 May 2023 21:49:25 -0600 Subject: [PATCH] UX updates... the main page is now fully static :) --- src/components/Footer.tsx | 2 +- src/components/Loading.tsx | 2 +- src/components/Navbar.tsx | 36 ++++++++-- src/pages/dashboard/index.tsx | 102 +++++++++++++++++++++++++++ src/pages/index.tsx | 129 +++++++--------------------------- 5 files changed, 159 insertions(+), 112 deletions(-) create mode 100644 src/pages/dashboard/index.tsx diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5a8e30b..da01f72 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -3,7 +3,7 @@ import packagejson from "../../package.json"; const Footer: React.FC = () => { return ( -