fix(branding): update logo references from 'ciphera_icon_no_margins.png' to 'pulse_icon_no_margins.png' across the application for consistent branding

This commit is contained in:
Usman Baig
2026-01-23 11:38:05 +01:00
parent bdf7c12e2a
commit 1be2c95046
15 changed files with 16 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
<Header
auth={auth}
LinkComponent={Link}
logoSrc="/ciphera_icon_no_margins.png"
logoSrc="/pulse_icon_no_margins.png"
appName="Pulse"
orgs={orgs}
activeOrgId={auth.user?.org_id}