Skip to content

Commit 7553e08

Browse files
div => section
1 parent 9a28d77 commit 7553e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/hero/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Hero = () => {
2727
}
2828

2929
return (
30-
<div className="w-full flex flex-col items-center gap-8 max-w-7xl relative isolate bg-stone-100 text-stone-950 p-3 sm:p-4 lg:p-6 my-6 lg:my-8">
30+
<section className="w-full flex flex-col items-center gap-8 max-w-7xl relative isolate bg-stone-100 text-stone-950 p-3 sm:p-4 lg:p-6 my-6 lg:my-8">
3131
<h1 className="text-extremely-large font-mono font-semibold">
3232
Infinite Scroll Feed
3333
</h1>
@@ -105,7 +105,7 @@ const Hero = () => {
105105
/>
106106
</div>
107107
</div>
108-
</div>
108+
</section>
109109
)
110110
}
111111

0 commit comments

Comments
 (0)