refactor: simplify appName in LayoutContent component to enhance branding consistency
This commit is contained in:
@@ -13,12 +13,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
|||||||
auth={auth}
|
auth={auth}
|
||||||
LinkComponent={Link}
|
LinkComponent={Link}
|
||||||
logoSrc="/ciphera_icon_no_margins.png"
|
logoSrc="/ciphera_icon_no_margins.png"
|
||||||
appName={
|
appName="Pulse"
|
||||||
<span className="flex items-center">
|
|
||||||
<span className="font-bold">Ciphera</span>
|
|
||||||
<span className="font-light">Pulse</span>
|
|
||||||
</span> as any
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
<main className="flex-1 pt-24 pb-8">
|
<main className="flex-1 pt-24 pb-8">
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user