refactor: update branding from Ciphera Pulse to Pulse across the application for consistency and clarity

This commit is contained in:
Usman Baig
2026-01-19 16:58:09 +01:00
parent 15ac469e39
commit 035d78175f
16 changed files with 26 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
</main>
<Footer
LinkComponent={Link}
appName="Ciphera Pulse"
appName="Pulse"
/>
</>
)