From f45c8eb0749f92cb00bd8d24aec804eeaf7cb2d9 Mon Sep 17 00:00:00 2001 From: Geoffroy Lesage Date: Thu, 5 Dec 2024 21:27:31 +1100 Subject: [PATCH] Remove irrelevant page --- web/components/Navbar.tsx | 5 +---- web/fresh.gen.ts | 2 -- web/routes/about/index.tsx | 16 ---------------- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 web/routes/about/index.tsx diff --git a/web/components/Navbar.tsx b/web/components/Navbar.tsx index 4500b28..42cc027 100644 --- a/web/components/Navbar.tsx +++ b/web/components/Navbar.tsx @@ -2,11 +2,8 @@ import Logo from "./Logo.tsx"; export default function Navbar() { return ( -