move score feed button to the footer
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m18s

This commit is contained in:
Lee 2024-10-26 15:38:24 +01:00
parent c3a75b139a
commit b3cd770724
2 changed files with 5 additions and 6 deletions

@ -37,6 +37,11 @@ const items: NavbarItem[] = [
link: "/swagger", link: "/swagger",
openInNewTab: true, openInNewTab: true,
}, },
{
name: "Score Feed",
link: "/scores",
openInNewTab: false,
},
]; ];
export default function Footer() { export default function Footer() {

@ -22,12 +22,6 @@ const items: NavbarItem[] = [
align: "left", align: "left",
icon: <TrendingUpIcon className="h-5 w-5" />, icon: <TrendingUpIcon className="h-5 w-5" />,
}, },
{
name: "Score Feed",
link: "/scores",
align: "left",
icon: <PiSwordFill className="h-5 w-5" />,
},
{ {
name: "Search", name: "Search",
link: "/search", link: "/search",