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:
@@ -10,7 +10,7 @@ interface LoadingOverlayProps {
|
||||
}
|
||||
|
||||
export default function LoadingOverlay({
|
||||
logoSrc = "/ciphera_icon_no_margins.png",
|
||||
logoSrc = "/pulse_icon_no_margins.png",
|
||||
title = "Pulse",
|
||||
portal = true
|
||||
}: LoadingOverlayProps) {
|
||||
|
||||
Reference in New Issue
Block a user