Skip to content

Commit

Permalink
Update Hero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
midnitemarauder authored Nov 19, 2024
1 parent 29082bf commit db1b87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Hero() {
<div
className="absolute inset-0 bg-cover bg-center"
style={{
backgroundImage: 'url("/dist/background.webp")',
backgroundImage: 'url("dist/background.webp")',
}}
>
<div className="absolute inset-0 bg-gradient-to-br from-gray-900/95 via-gray-900/90 to-gray-900/95"></div>
Expand Down

0 comments on commit db1b87c

Please sign in to comment.