search animation

This commit is contained in:
VividTruthKeeper 2023-02-01 02:58:19 +05:00
parent af8eb7ba49
commit 8bd062abf3
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@ const Search = () => {
animate={input.length > 0 ? "active" : "rest"}
variants={searchMotion}
>
<motion.svg>
<Loop />
</motion.svg>
<Loop />
<span>Search anything...</span>
</motion.div>
</form>