From 222dd6468a3da599f1378a572e5a5e9dc2eb41bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 30 Mar 2024 16:21:45 +0100 Subject: [PATCH] fix: a11y issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also made bg slate for easier reading Signed-off-by: Tim Hårek Andreassen --- components/Footer.tsx | 2 +- routes/_app.tsx | 2 +- routes/index.tsx | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) 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 (
- Kildekode + Kildekode
); } 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) { NRSS - + diff --git a/routes/index.tsx b/routes/index.tsx index 267c327..024dd56 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -32,7 +32,16 @@ export default function Home({ data }: PageProps) { <> {data.query ? `Søk: ${data.query} - ` : ""}NRSS -