File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,27 @@ export default function Navbar(){
4
4
return (
5
5
< div className = "w-full bg-gray-900" >
6
6
< nav >
7
- < ul className = "flex h-16 justify-between items-center text-2x" >
8
- < li className = "mx-6" >
9
- < Link className = "text-blue-500 hover:text-blue-1000 " href = "/" > Home</ Link >
7
+ < ul className = "flex h-16 justify-between items-center text-2x mx-20 text-blue-500 " >
8
+ < li >
9
+ < Link className = "hover:text-blue-800 " href = "/" > Home</ Link >
10
10
</ li >
11
- < li className = "mr-6" >
12
- < Link className = "text-blue-500 hover:text-blue-800" href = "/" > Teams</ Link >
11
+ < li >
12
+ < Link className = "hover:text-blue-800" href = "/" > Teams</ Link >
13
13
</ li >
14
- < li className = "mr-6" >
15
- < Link className = "text-blue-500 hover:text-blue-800" href = "/" > Standings</ Link >
14
+ < li >
15
+ < Link className = "hover:text-blue-800" href = "/" > Standings</ Link >
16
16
</ li >
17
- < li className = "mr-6" >
18
- < Link className = "text-blue-500 hover:text-blue-800" href = "/" > Schedules</ Link >
17
+ < li >
18
+ < Link className = "hover:text-blue-800" href = "/" > Schedules</ Link >
19
19
</ li >
20
- < li className = "mr-6" >
21
- < Link className = "text-blue-500 hover:text-blue-800" href = "/" > Games</ Link >
20
+ < li >
21
+ < Link className = "hover:text-blue-800" href = "/" > Games</ Link >
22
22
</ li >
23
- < li className = "mr-6" >
24
- < Link className = "text-blue-500 hover:text-blue-800" href = "/" > Volunteers</ Link >
23
+ < li >
24
+ < Link className = "hover:text-blue-800" href = "/" > Volunteers</ Link >
25
25
</ li >
26
- < li className = "mr-6" >
27
- < Link className = "text-blue-500 hover:text-blue-800" href = "/" > History</ Link >
26
+ < li >
27
+ < Link className = "hover:text-blue-800" href = "/" > History</ Link >
28
28
</ li >
29
29
</ ul >
30
30
</ nav >
You can’t perform that action at this time.
0 commit comments