Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 120a8a26be |
@@ -69,6 +69,7 @@ const HeroOverlay = ({
|
|||||||
<section
|
<section
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
className={cls("relative w-full h-svh overflow-hidden flex flex-col justify-end", className)}
|
className={cls("relative w-full h-svh overflow-hidden flex flex-col justify-end", className)}
|
||||||
|
style={{ backgroundImage: `url(${imageSrc})` }}
|
||||||
>
|
>
|
||||||
<div className={cls("absolute inset-0 w-full h-full", mediaWrapperClassName)}>
|
<div className={cls("absolute inset-0 w-full h-full", mediaWrapperClassName)}>
|
||||||
{showDimOverlay && (
|
{showDimOverlay && (
|
||||||
|
|||||||
Reference in New Issue
Block a user