File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/index-page/hero Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export function Hero() {
29
29
</ ul >
30
30
31
31
< div className = "flex items-center gap-4" >
32
- < Button href = "/learn/ #try-it-out" > Try it out</ Button >
32
+ < Button href = "/#try-it-out" > Try it out</ Button >
33
33
< Button href = "/learn" variant = "secondary" >
34
34
< span className = "sr-only" > Read the </ span > Docs
35
35
</ Button >
@@ -57,8 +57,8 @@ function HeroStripes() {
57
57
image = { logoBlurred }
58
58
className = "relative h-full bg-gradient-to-b from-pri-base to-pri-lighter opacity-0 transition-opacity duration-[1.5s] [mask-position:center_12%] [mask-size:110%] data-[loaded=true]:opacity-100 dark:to-pri-base sm:[mask-size:auto_300%] lg:[mask-position:7%_7%] lg:[mask-size:200%]"
59
59
style = { {
60
- maskImage : `var(-- src)` ,
61
- WebkitMaskImage : `var(-- src)` ,
60
+ maskImage : `url( ${ logoBlurred . src } )` ,
61
+ WebkitMaskImage : `url( ${ logoBlurred . src } )` ,
62
62
maskRepeat : "no-repeat" ,
63
63
WebkitMaskRepeat : "no-repeat" ,
64
64
} }
You can’t perform that action at this time.
0 commit comments