Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 2, 2024
1 parent 302d4c2 commit b1b7931
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ const Header = () => {

return (
<div className="h-[130vh] overflow-hidden relative bg-addition">
<Image
src={Gradient}
alt="gradient background"
fill
priority
className="object-fill -z-30"
/>
<Image src={Gradient} alt="gradient background" fill priority className="object-fill -z-30" />

<div className="h-screen flex flex-col relative">
<Image
Expand Down

0 comments on commit b1b7931

Please sign in to comment.