From 24dac1232c5fc438fadcd72889109846d97e48bc Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 4 Mar 2026 02:56:08 +0100 Subject: [PATCH] rename branding page to brand --- apps/web/src/app/{branding => brand}/page.tsx | 2 +- apps/web/src/components/footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename apps/web/src/app/{branding => brand}/page.tsx (99%) diff --git a/apps/web/src/app/branding/page.tsx b/apps/web/src/app/brand/page.tsx similarity index 99% rename from apps/web/src/app/branding/page.tsx rename to apps/web/src/app/brand/page.tsx index 4ebef644..a77c67ba 100644 --- a/apps/web/src/app/branding/page.tsx +++ b/apps/web/src/app/brand/page.tsx @@ -105,7 +105,7 @@ const ASSET_SECTIONS: AssetSection[] = [ }, ]; -export default function BrandingPage() { +export default function BrandPage() { return (