rename branding page to brand

This commit is contained in:
Maze Winther 2026-03-04 02:56:08 +01:00
parent 46e55674de
commit 24dac1232c
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ const ASSET_SECTIONS: AssetSection[] = [
}, },
]; ];
export default function BrandingPage() { export default function BrandPage() {
return ( return (
<BasePage <BasePage
maxWidth="6xl" maxWidth="6xl"

View File

@ -25,7 +25,7 @@ const links: CategoryLinks = {
company: [ company: [
{ label: "Contributors", href: "/contributors" }, { label: "Contributors", href: "/contributors" },
{ label: "Sponsors", href: "/sponsors" }, { label: "Sponsors", href: "/sponsors" },
{ label: "Branding", href: "/branding" }, { label: "Brand", href: "/brand" },
{ label: "About", href: `${SOCIAL_LINKS.github}/blob/main/README.md` }, { label: "About", href: `${SOCIAL_LINKS.github}/blob/main/README.md` },
], ],
}; };