mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
feat: make it golden
This commit is contained in:
parent
76cdb0e16e
commit
e6261469ef
@ -43,7 +43,9 @@ export function WordRotate({
|
||||
className={cn(className)}
|
||||
{...motionProps}
|
||||
>
|
||||
<AuroraText>{words[index]}</AuroraText>
|
||||
<AuroraText speed={3} colors={["#efefbb", "#e9c665", "#e3a812"]}>
|
||||
{words[index]}
|
||||
</AuroraText>
|
||||
</motion.h1>
|
||||
</AnimatePresence>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user