mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08:00
feat: make it golden
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user