move score feed button to the footer
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m18s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m18s
This commit is contained in:
parent
c3a75b139a
commit
b3cd770724
@ -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",
|
||||||
|
Reference in New Issue
Block a user