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}
|
||||
LinkComponent={Link}
|
||||
logoSrc="/ciphera_icon_no_margins.png"
|
||||
appName={
|
||||
<span className="flex items-center">
|
||||
<span className="font-bold">Ciphera</span>
|
||||
<span className="font-light">Pulse</span>
|
||||
</span> as any
|
||||
}
|
||||
appName="Pulse"
|
||||
/>
|
||||
<main className="flex-1 pt-24 pb-8">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user