From 202096e3f217f234d1e628c6f9ef423c70329758 Mon Sep 17 00:00:00 2001 From: Blind Dev Date: Mon, 11 May 2026 09:17:59 +0000 Subject: [PATCH 1/2] Add skip link for keyboard accessibility --- src/app/ban-appeal/page.tsx | 2 +- src/app/layout.tsx | 6 ++++++ src/app/page.tsx | 8 +++++--- src/app/pages/page.tsx | 2 +- src/app/resources/page.tsx | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/ban-appeal/page.tsx b/src/app/ban-appeal/page.tsx index f40f97a..98862e7 100644 --- a/src/app/ban-appeal/page.tsx +++ b/src/app/ban-appeal/page.tsx @@ -66,7 +66,7 @@ export default function BanAppealPage() {
-
+

Ban{" "} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d669c39..b969c3f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -115,6 +115,12 @@ export default function RootLayout({ /> + + Skip to main content + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e882be..be2dd85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,8 +19,9 @@ export default function Home() {
- {/* ─── HERO ────────────────────────────────────────────────── */} -
+
+ {/* ─── HERO ────────────────────────────────────────────────── */} +
{/* Background gradient */}
{/* ─── JOIN CTA ────────────────────────────────────────────── */} - + +
diff --git a/src/app/pages/page.tsx b/src/app/pages/page.tsx index cac3864..e2d1494 100644 --- a/src/app/pages/page.tsx +++ b/src/app/pages/page.tsx @@ -87,7 +87,7 @@ export default function PagesIndex() { return (
-
+

Docs diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index 93be43b..9d172b4 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -897,7 +897,7 @@ export default function ResourcesPage() {

-
+
Date: Mon, 1 Jun 2026 16:56:48 +0000 Subject: [PATCH 2/2] fix: add skip link targets to remaining pages --- src/app/not-found.tsx | 6 +++--- src/app/pages/[slug]/page.tsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 15044ae..44066f2 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -16,7 +16,7 @@ export default function NotFound() {
-
+

- bro typed a whole URL and it doesn't even exist 💀 + bro typed a whole URL and it doesn't even exist 💀

@@ -49,7 +49,7 @@ export default function NotFound() { go back before it gets worse -

+

exit code: 1 — segfault in page_loader.c at 0xDUMMY

diff --git a/src/app/pages/[slug]/page.tsx b/src/app/pages/[slug]/page.tsx index 23e70cc..25d7baf 100644 --- a/src/app/pages/[slug]/page.tsx +++ b/src/app/pages/[slug]/page.tsx @@ -159,14 +159,14 @@ export default async function ContentPage({ params }: PageProps) { return (
-
+

Page Not Found

Return Home
-
+

); @@ -177,7 +177,7 @@ export default async function ContentPage({ params }: PageProps) { return (
-
+
-
+
);