refactor: update references from Ciphera Analytics to Ciphera Pulse across the application for consistent branding and messaging

This commit is contained in:
Usman Baig
2026-01-19 16:49:42 +01:00
parent d0a13adf36
commit 9dbe74fd9f
19 changed files with 198 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
appName={
<span className="flex items-center">
<span className="font-bold">Ciphera</span>
<span className="font-light">Analytics</span>
<span className="font-light">Pulse</span>
</span> as any
}
/>
@@ -25,7 +25,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
</main>
<Footer
LinkComponent={Link}
appName="Ciphera Analytics"
appName="Ciphera Pulse"
/>
</>
)