Skip to content

Commit d04ff88

Browse files
authored
fix: change h1 to h3 for correct heading hierarchy
1 parent 78bd02b commit d04ff88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Layout/HomeContent.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ export function HomeContent() {
297297
<div className="absolute inset-0 bg-gradient-right" />
298298
<div className="bg-wash relative h-14 w-full" />
299299
<div className="relative flex items-start justify-center flex-col flex-1 pb-16 pt-5 gap-3 px-5 lg:px-10 lg:pt-8">
300-
<h1 className="leading-tight text-primary font-semibold text-3xl lg:text-4xl">
300+
<h3 className="leading-tight text-primary font-semibold text-3xl lg:text-4xl">
301301
Stay true to the web
302-
</h1>
302+
</h3>
303303
<p className="lg:text-xl leading-normal text-secondary">
304304
People expect web app pages to load fast. On the server,
305305
React lets you start streaming HTML while you’re still
@@ -383,9 +383,9 @@ export function HomeContent() {
383383
</div>
384384
</div>
385385
<div className="flex flex-col items-start justify-center pt-0 gap-3 px-2.5 lg:pt-8 lg:px-8">
386-
<h1 className="leading-tight text-primary dark:text-primary-dark font-semibold text-3xl lg:text-4xl">
386+
<h3 className="leading-tight text-primary dark:text-primary-dark font-semibold text-3xl lg:text-4xl">
387387
Go truly native
388-
</h1>
388+
</h3>
389389
<p className="h-full lg:text-xl text-secondary dark:text-secondary-dark leading-normal">
390390
People expect native apps to look and feel like their
391391
platform.{' '}

0 commit comments

Comments
 (0)