From c81a97ff05c41b3de500716131309db5659977e9 Mon Sep 17 00:00:00 2001 From: Cheng Jiawei <297675118+weijietan09@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:26:41 +0800 Subject: [PATCH] a11y: add skip-to-content link in AppShell --- frontend/src/components/layout/AppShell.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/layout/AppShell.tsx b/frontend/src/components/layout/AppShell.tsx index c44e282e..6e34d50c 100644 --- a/frontend/src/components/layout/AppShell.tsx +++ b/frontend/src/components/layout/AppShell.tsx @@ -6,11 +6,17 @@ import { BackgroundLayer } from './BackgroundLayer' export function AppShell() { return (