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}