File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,14 @@ const Navbar = () => {
173
173
>
174
174
< Link to = "/team" > Team</ Link >
175
175
</ li >
176
+ < li
177
+ className = { `p-4 ${ activeLink === "/shipyard" ? "text-[#0DFF1C]" : "hover:text-[#0DFF1C]"
178
+ } border-b border-gray-600`}
179
+ >
180
+ < Link to = "/shipyard" onClick = { ( ) => handleLinkClick ( "/shipyard" ) } >
181
+ Shipyard
182
+ </ Link >
183
+ </ li >
176
184
< li
177
185
className = { `p-4 ${ activeLink === "/resource" ? "text-[#0DFF1C]" : "hover:text-[#0DFF1C]"
178
186
} border-b border-gray-600`}
@@ -197,14 +205,6 @@ const Navbar = () => {
197
205
< li className = "p-4 border-b border-gray-600" >
198
206
< a href = "https://github.com/FOSS-Community/" > Contribute</ a >
199
207
</ li >
200
- < li
201
- className = { `p-4 ${ activeLink === "/shipyard" ? "text-[#0DFF1C]" : "hover:text-[#0DFF1C]"
202
- } `}
203
- >
204
- < Link to = "/shipyard" onClick = { ( ) => handleLinkClick ( "/shipyard" ) } >
205
- Shipyard
206
- </ Link >
207
- </ li >
208
208
</ ul >
209
209
</ div >
210
210
</ div >
You can’t perform that action at this time.
0 commit comments