diff --git a/src/app/home-page/page.tsx b/src/app/home-page/page.tsx index 185565c..3e9f9ec 100644 --- a/src/app/home-page/page.tsx +++ b/src/app/home-page/page.tsx @@ -130,7 +130,7 @@ function FeedSkeleton() { export default function HomePage() { return ( -
+
{/* Sticky top bar + nav */}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 78e36ea..286edc7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -140,7 +140,7 @@ export default function RootLayout({ }) }} /> - + {/* Skip to main content — WCAG 2.4.1 */}