Skip to content

Commit 3906c02

Browse files
committed
Prettier
1 parent c4190f4 commit 3906c02

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/Index/Hero.component.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ const Hero = () => (
1919
/>
2020
<div className="absolute inset-0 bg-black bg-opacity-30" />
2121
</div>
22-
22+
2323
<div className="relative h-full container mx-auto flex items-center p-4 md:p-0">
2424
<div className="max-w-xl">
2525
<h1 className="text-3xl md:text-4xl lg:text-5xl font-light text-white mb-6">
2626
Stripete Zig Zag Pute Sett
2727
</h1>
28-
<Button
29-
href="/produkter"
30-
variant="hero"
31-
>
28+
<Button href="/produkter" variant="hero">
3229
Se Utvalget
3330
</Button>
3431
</div>

0 commit comments

Comments
 (0)