fix: build error
This commit is contained in:
@@ -73,7 +73,7 @@ const GetToKnow = () => {
|
||||
duration: 2,
|
||||
repeat: Infinity,
|
||||
repeatType: 'reverse',
|
||||
ease: 'linear',
|
||||
ease: [0, 0, 1, 1] as const,
|
||||
}}
|
||||
className="absolute left-0 top-0 h-[50%] w-[50%]"
|
||||
>
|
||||
@@ -121,7 +121,7 @@ const GetToKnow = () => {
|
||||
duration: 1,
|
||||
repeat: Infinity,
|
||||
repeatType: 'reverse',
|
||||
ease: 'linear',
|
||||
ease: [0, 0, 1, 1] as const,
|
||||
}}
|
||||
className="absolute right-[-10%] top-[-40px] w-[35%] h-[30%]"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user