@@ -86,7 +86,7 @@ const Navbar = () => {
86
86
< Link to = "/shipyard" > Shipyard</ Link >
87
87
</ li >
88
88
89
- < div class = "relative group xl:mr-0 mr-8" >
89
+ < div className = "relative group xl:mr-0 mr-8" >
90
90
< button className = " px-4 pt-4 pb-0 hover:text-[#0DFF1C] flex items-center text-white " >
91
91
< span className = "mr-1" >
92
92
{ " " }
@@ -95,24 +95,24 @@ const Navbar = () => {
95
95
width = "16"
96
96
height = "16"
97
97
fill = "currentColor"
98
- class = "bi bi-chevron-down"
98
+ className = "bi bi-chevron-down"
99
99
viewBox = "0 0 16 16"
100
100
>
101
101
< path
102
- fill-rule = "evenodd"
102
+ fillRule = "evenodd"
103
103
d = "M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
104
104
/>
105
105
</ svg >
106
106
</ span >
107
107
< span > More</ span >
108
108
</ button >
109
- < div class = "translate-x-[-0em] hidden absolute bg-black text-white rounded mt-1 w-36 group-hover:block hover:rounded-md " >
110
- < a href = "/resource" class = "block px-4 py-2 hover:text-[#0dff1c]" >
109
+ < div className = "translate-x-[-0em] hidden absolute bg-black text-white rounded mt-1 w-36 group-hover:block hover:rounded-md " >
110
+ < a href = "/resource" className = "block px-4 py-2 hover:text-[#0dff1c]" >
111
111
Resources
112
112
</ a >
113
113
< a
114
114
href = "https://docs.fosscu.org"
115
- class = "block px-4 py-2 hover:text-[#0dff1c]"
115
+ className = "block px-4 py-2 hover:text-[#0dff1c]"
116
116
target = "blank"
117
117
>
118
118
Handbook
@@ -121,14 +121,14 @@ const Navbar = () => {
121
121
href = "https://lu.ma/fosscu"
122
122
rel = "noreferrer"
123
123
target = "blank"
124
- class = "block px-4 py-2 hover:text-[#0dff1c]"
124
+ className = "block px-4 py-2 hover:text-[#0dff1c]"
125
125
>
126
126
Calendar
127
127
</ a >
128
128
< a
129
129
href = "https://github.com/FOSS-Community/"
130
130
target = "blank"
131
- class = "block px-4 py-2 hover:text-[#0dff1c]"
131
+ className = "block px-4 py-2 hover:text-[#0dff1c]"
132
132
>
133
133
Contribute
134
134
</ a >
0 commit comments