File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ const Navbar: FC = () => {
16
16
< span className = "text-xl font-semibold" > LeetCodeJournal</ span >
17
17
</ div >
18
18
< div className = "hidden lg:flex space-x-6" >
19
- < Link href = "#" className = "hover:text-purple-400 hover:animate-spin " >
19
+ < Link href = "#" className = "hover:text-purple-400 " >
20
20
Home
21
21
</ Link >
22
- < Link href = "#" className = "hover:text-purple-400 hover:animate-pulse " >
22
+ < Link href = "#" className = "hover:text-purple-400 " >
23
23
Features
24
24
</ Link >
25
- < Link href = "#" className = "hover:text-purple-400 hover:animate-bounce " >
25
+ < Link href = "#" className = "hover:text-purple-400 " >
26
26
How it Works
27
27
</ Link >
28
- < Link href = "#" className = "hover:text-purple-400 hover:animate-ping " >
28
+ < Link href = "#" className = "hover:text-purple-400 " >
29
29
FAQs
30
30
</ Link >
31
- < Link href = "#" className = "hover:text-purple-400 hover:animate-bounce " >
31
+ < Link href = "#" className = "hover:text-purple-400 " >
32
32
Blog
33
33
</ Link >
34
34
</ div >
You can’t perform that action at this time.
0 commit comments