We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eb015 commit 6a6cb03Copy full SHA for 6a6cb03
1 file changed
src/components/HeroHeader/HeroHeader.tsx
@@ -20,8 +20,8 @@ export default function HeroHeader() {
20
if (!screenWidth) return null;
21
22
return (
23
- <div id="hero" className="pt-2">
+ <header id="hero" className="pt-2">
24
{screenWidth < breakpoint ? <MobileHero /> : <DesktopHero />}
25
- </div>
+ </header>
26
);
27
}
0 commit comments