refactor: update references from Ciphera Analytics to Ciphera Pulse across the application for consistent branding and messaging
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user