diff --git a/components/Footer.tsx b/components/Footer.tsx index 83abf9f..868f185 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -3,7 +3,7 @@ import config from "../deno.json" with { type: "json" }; export default function Footer() { return (
); } diff --git a/routes/_app.tsx b/routes/_app.tsx index 2844050..8c4c566 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -13,7 +13,7 @@ export default function App({ Component }: PageProps) {