We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b2644 commit eb725eaCopy full SHA for eb725ea
1 file changed
src/components/HeroHeader/HeroHeader.tsx
@@ -12,7 +12,7 @@ export default function HeroHeader() {
12
alt=""
13
objectFit="cover"
14
layout="fill"
15
- className="-z-10 fixed top-0"
+ className="-z-10 fixed top-0 opacity-[0.85]"
16
priority
17
/>
18
<div className="relative">
0 commit comments