diff --git a/components/layout/IconNavBar.tsx b/components/layout/IconNavBar.tsx index 2fead985b..1492e594f 100644 --- a/components/layout/IconNavBar.tsx +++ b/components/layout/IconNavBar.tsx @@ -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: [] }, diff --git a/pages/index.tsx b/pages/index.tsx index ef07c9499..3faa3416f 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -29,7 +29,7 @@ const Home = () => { - + All the Top 500 results and leaderboards derived from them.