From 94f9db9e5180c0457d0685100876c9788653e0fe Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 28 Mar 2026 00:05:51 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20add=20Pulse=20to=20referrer=20registry?= =?UTF-8?q?=20=E2=80=94=20shows=20'Pulse'=20with=20logo=20for=20pulse.ciph?= =?UTF-8?q?era.net=20and=20pulse-staging.ciphera.net?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/icons.tsx | 3 +++ 1 file changed, 3 insertions(+) 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) ──