Skip to content

Commit eb725ea

Browse files
committed
adjust hero-image opacity to match the design
1 parent 96b2644 commit eb725ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HeroHeader/HeroHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function HeroHeader() {
1212
alt=""
1313
objectFit="cover"
1414
layout="fill"
15-
className="-z-10 fixed top-0"
15+
className="-z-10 fixed top-0 opacity-[0.85]"
1616
priority
1717
/>
1818
<div className="relative">

0 commit comments

Comments
 (0)