mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
rename branding page to brand
This commit is contained in:
@@ -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` },
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user