rename branding page to brand
This commit is contained in:
parent
46e55674de
commit
24dac1232c
|
|
@ -105,7 +105,7 @@ const ASSET_SECTIONS: AssetSection[] = [
|
|||
},
|
||||
];
|
||||
|
||||
export default function BrandingPage() {
|
||||
export default function BrandPage() {
|
||||
return (
|
||||
<BasePage
|
||||
maxWidth="6xl"
|
||||
|
|
@ -25,7 +25,7 @@ const links: CategoryLinks = {
|
|||
company: [
|
||||
{ label: "Contributors", href: "/contributors" },
|
||||
{ label: "Sponsors", href: "/sponsors" },
|
||||
{ label: "Branding", href: "/branding" },
|
||||
{ label: "Brand", href: "/brand" },
|
||||
{ label: "About", href: `${SOCIAL_LINKS.github}/blob/main/README.md` },
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue