We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28d77 commit 7553e08Copy full SHA for 7553e08
src/components/hero/Hero.tsx
@@ -27,7 +27,7 @@ const Hero = () => {
27
}
28
29
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">
+ <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">
31
<h1 className="text-extremely-large font-mono font-semibold">
32
Infinite Scroll Feed
33
</h1>
@@ -105,7 +105,7 @@ const Hero = () => {
105
/>
106
</div>
107
108
- </div>
+ </section>
109
)
110
111
0 commit comments