mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-03 06:35:42 -05:00
more icons in the navbar!
This commit is contained in:
parent
c8b8bd089c
commit
a281b2b298
|
|
@ -30,21 +30,16 @@ export const navIcons: {
|
|||
}[] = [
|
||||
{
|
||||
code: "xsearch",
|
||||
displayName: t`Top 500`,
|
||||
menuItems: [
|
||||
{ code: "xsearch", displayName: t`Browser` },
|
||||
{ code: "xleaderboards", displayName: t`Leaderboards` },
|
||||
],
|
||||
displayName: t`Top 500 Browser`,
|
||||
menuItems: [],
|
||||
},
|
||||
//{ code: "sr", displayName: "Salmon Run", menuItems: [] },
|
||||
{
|
||||
code: "builds",
|
||||
displayName: t`Builds`,
|
||||
menuItems: [
|
||||
{ code: "builds", displayName: t`Browser` },
|
||||
{ code: "analyzer", displayName: t`Analyzer` },
|
||||
],
|
||||
menuItems: [],
|
||||
},
|
||||
{ code: "analyzer", displayName: t`Build Analyzer`, menuItems: [] },
|
||||
{ code: "calendar", displayName: t`Calendar`, menuItems: [] },
|
||||
{ code: "u", displayName: t`User Search`, menuItems: [] },
|
||||
{ code: "freeagents", displayName: t`Free Agents`, menuItems: [] },
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const Home = () => {
|
|||
</Box>
|
||||
</Box>
|
||||
<Container>
|
||||
<PageInfoSection location="xsearch" title={t`Top 500`}>
|
||||
<PageInfoSection location="xsearch" title={t`Top 500 Browser`}>
|
||||
<Trans>
|
||||
All the Top 500 results and leaderboards derived from them.
|
||||
</Trans>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user