add twitter to the footer
All checks were successful
Deploy Website / deploy (push) Successful in 4m24s

This commit is contained in:
Lee 2024-10-16 06:36:24 +01:00
parent 7bacc30f33
commit ed21d3d780

@ -17,6 +17,11 @@ const items: NavbarItem[] = [
link: "https://git.fascinated.cc/Fascinated/scoresaber-reloadedv3", link: "https://git.fascinated.cc/Fascinated/scoresaber-reloadedv3",
openInNewTab: true, openInNewTab: true,
}, },
{
name: "Twitter",
link: "https://x.com/ssr_reloaded",
openInNewTab: true,
},
]; ];
export default function Footer() { export default function Footer() {
@ -29,7 +34,7 @@ export default function Footer() {
<p className="hidden md:block">({buildTime})</p> <p className="hidden md:block">({buildTime})</p>
<p className="none md:hidden">({buildTimeShort})</p> <p className="none md:hidden">({buildTimeShort})</p>
</div> </div>
<div className="h-12 w-full flex flex-wrap items-center justify-center bg-secondary/95 divide-x divide-input"> <div className="h-10 w-full flex flex-wrap items-center justify-center bg-secondary/95 divide-x divide-input">
{items.map((item, index) => { {items.map((item, index) => {
return ( return (
<Link <Link