From a7e85eaf7e158ce65464084f784fbe4e2bfa26f0 Mon Sep 17 00:00:00 2001 From: deadlock97 Date: Mon, 23 Mar 2026 01:00:21 +0530 Subject: [PATCH 1/2] Fix accessibility: heading hierarchy and color contrast issues --- src/components/Layout/HomeContent.js | 14 +++++++------- src/components/Layout/TopNav/TopNav.tsx | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index f9b785db420..55fddf92b85 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -297,9 +297,9 @@ export function HomeContent() {
-

+

Stay true to the web -

+

People expect web app pages to load fast. On the server, React lets you start streaming HTML while you’re still @@ -383,9 +383,9 @@ export function HomeContent() {

-

+

Go truly native -

+

People expect native apps to look and feel like their platform.{' '} @@ -1114,9 +1114,9 @@ function SearchableVideoList({ videos }) { noPadding={true} contentMarginTop="72px" height="30rem"> -

+

React Videos -

+

A brief history of React

@@ -1315,7 +1315,7 @@ function BrowserChrome({children, hasPulse, hasRefresh, domain, path}) { /> - + {domain} {path != null && '/'} diff --git a/src/components/Layout/TopNav/TopNav.tsx b/src/components/Layout/TopNav/TopNav.tsx index efc90ed2c76..1a18c510d55 100644 --- a/src/components/Layout/TopNav/TopNav.tsx +++ b/src/components/Layout/TopNav/TopNav.tsx @@ -312,10 +312,10 @@ export default function TopNav({