mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 10:59:07 +08:00
fix: change to normal prop
This commit is contained in:
parent
9afcb9647e
commit
b0548fa280
@ -24,7 +24,7 @@ export function Jumbotron() {
|
|||||||
/>
|
/>
|
||||||
<FlickeringGrid
|
<FlickeringGrid
|
||||||
id="deer-hero"
|
id="deer-hero"
|
||||||
className={`absolute inset-0 z-0 translate-y-[2vh] mask-[url(/images/deer-hero.svg)] mask-size-[100vw] mask-center mask-no-repeat md:mask-size-[72vh]`}
|
className="absolute inset-0 z-0 translate-y-[2vh] mask-[url(/images/deer-hero.svg)] mask-size-[100vw] mask-center mask-no-repeat md:mask-size-[72vh]"
|
||||||
squareSize={3}
|
squareSize={3}
|
||||||
gridGap={6}
|
gridGap={6}
|
||||||
color="#60A5FA"
|
color="#60A5FA"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user