diff --git a/lib/utils/icons.tsx b/lib/utils/icons.tsx index 71b1f28..c768d64 100644 --- a/lib/utils/icons.tsx +++ b/lib/utils/icons.tsx @@ -174,6 +174,9 @@ const REFERRER_REGISTRY: Record = { // ── Browsers as referrers ── googlechrome: { display: 'Google Chrome', icon: () => Chrome, hostnames: ['googlechrome.github.io'] }, + + // ── Ciphera products ── + pulse: { display: 'Pulse', icon: () => Pulse, hostnames: ['pulse.ciphera.net', 'pulse-staging.ciphera.net'] }, } // ── Derived lookup maps (built once at module load) ──