Skip to content

Commit

Permalink
Remove irrelevant page
Browse files Browse the repository at this point in the history
  • Loading branch information
glesage committed Dec 5, 2024
1 parent 1fe1551 commit f45c8eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
5 changes: 1 addition & 4 deletions web/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ import Logo from "./Logo.tsx";

export default function Navbar() {
return (
<nav class="bg-gray-50 flex flex-wrap items-center justify-between p-4">
<nav class="bg-gray-100 p-4">
<Logo />
<a href="/about" class="navbar-solid-bg font-medium">
About
</a>
</nav>
);
}
2 changes: 0 additions & 2 deletions web/fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $about_index from "./routes/about/index.tsx";
import * as $index from "./routes/index.tsx";

import type { Manifest } from "$fresh/server.ts";
Expand All @@ -13,7 +12,6 @@ const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/about/index.tsx": $about_index,
"./routes/index.tsx": $index,
},
islands: {},
Expand Down
16 changes: 0 additions & 16 deletions web/routes/about/index.tsx

This file was deleted.

0 comments on commit f45c8eb

Please sign in to comment.