Daniel Kantor
commited on
Commit
·
5561f78
1
Parent(s):
f54101f
update mobile menu
Browse files
frontend/src/components/Navigation/Navigation.js
CHANGED
@@ -294,7 +294,7 @@ const Navigation = ({ onToggleTheme, mode }) => {
|
|
294 |
</Box>
|
295 |
<MenuItem
|
296 |
component={MuiLink}
|
297 |
-
href="https://
|
298 |
target="_blank"
|
299 |
sx={{
|
300 |
"& svg": {
|
@@ -304,22 +304,7 @@ const Navigation = ({ onToggleTheme, mode }) => {
|
|
304 |
},
|
305 |
}}
|
306 |
>
|
307 |
-
|
308 |
-
<OpenInNewIcon />
|
309 |
-
</MenuItem>
|
310 |
-
<MenuItem
|
311 |
-
component={MuiLink}
|
312 |
-
href="https://huggingface.co/docs/leaderboards/open_llm_leaderboard/about"
|
313 |
-
target="_blank"
|
314 |
-
sx={{
|
315 |
-
"& svg": {
|
316 |
-
ml: "auto",
|
317 |
-
fontSize: "0.875rem",
|
318 |
-
opacity: 0.6,
|
319 |
-
},
|
320 |
-
}}
|
321 |
-
>
|
322 |
-
About
|
323 |
<OpenInNewIcon />
|
324 |
</MenuItem>
|
325 |
</Menu>
|
|
|
294 |
</Box>
|
295 |
<MenuItem
|
296 |
component={MuiLink}
|
297 |
+
href="https://stacklok.com/"
|
298 |
target="_blank"
|
299 |
sx={{
|
300 |
"& svg": {
|
|
|
304 |
},
|
305 |
}}
|
306 |
>
|
307 |
+
About Stacklok
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
<OpenInNewIcon />
|
309 |
</MenuItem>
|
310 |
</Menu>
|