From 15ac469e39f7a71298e6bcf877f25df99ba3e617 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 19 Jan 2026 16:56:28 +0100 Subject: [PATCH] refactor: simplify appName in LayoutContent component to enhance branding consistency --- app/layout-content.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/layout-content.tsx b/app/layout-content.tsx index f3c863d..01a5280 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -13,12 +13,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode auth={auth} LinkComponent={Link} logoSrc="/ciphera_icon_no_margins.png" - appName={ - - Ciphera - Pulse - as any - } + appName="Pulse" />
{children}