mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix(www): add
This commit is contained in:
parent
66ebc06243
commit
9923cd7a3a
28 changed files with 25 additions and 43 deletions
|
|
@ -111,7 +111,7 @@ export function NetworkAnimation({ className }: NetworkAnimationProps) {
|
|||
return (
|
||||
<div className="absolute inset-0 pointer-events-none opacity-100">
|
||||
<motion.div
|
||||
className={`absolute
|
||||
className={`absolute
|
||||
top-[9%] right-[-3%] w-[380px] h-[380px] ${className || ""}`}
|
||||
initial={{
|
||||
rotate: 9, // Start at the same rotation as animation to prevent flicker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue