From f4ed26266c3264816471870bce7b56e40bbbd756 Mon Sep 17 00:00:00 2001 From: Bilal Godil Date: Wed, 27 May 2026 10:06:22 -0700 Subject: [PATCH] fix(dashboard): show Stack Auth logo on left of rebrand modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Stack Auth → Hexclave rebrand modal in #1493 referenced /logo.svg and /logo-bright.svg expecting the Stack Auth mark, but the visible- rebrand flip in #1481 replaced those public files with the Hexclave benzene mark. The illustration ended up rendering Hexclave on both sides instead of 'Stack Auth → Hexclave'. Preserve the pre-rebrand Stack Auth SVGs under dedicated filenames (stack-auth-logo{,-bright}.svg) so future brand-asset edits to /logo.svg can't silently break the modal, and point the modal's left-hand at them. --- apps/dashboard/public/stack-auth-logo-bright.svg | 3 +++ apps/dashboard/public/stack-auth-logo.svg | 3 +++ apps/dashboard/src/components/hexclave-rebrand-modal.tsx | 8 +++++--- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 apps/dashboard/public/stack-auth-logo-bright.svg create mode 100644 apps/dashboard/public/stack-auth-logo.svg diff --git a/apps/dashboard/public/stack-auth-logo-bright.svg b/apps/dashboard/public/stack-auth-logo-bright.svg new file mode 100644 index 0000000000..7596871fe1 --- /dev/null +++ b/apps/dashboard/public/stack-auth-logo-bright.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/dashboard/public/stack-auth-logo.svg b/apps/dashboard/public/stack-auth-logo.svg new file mode 100644 index 0000000000..ba3a16fdb7 --- /dev/null +++ b/apps/dashboard/public/stack-auth-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/dashboard/src/components/hexclave-rebrand-modal.tsx b/apps/dashboard/src/components/hexclave-rebrand-modal.tsx index b96ff01bc5..345979411b 100644 --- a/apps/dashboard/src/components/hexclave-rebrand-modal.tsx +++ b/apps/dashboard/src/components/hexclave-rebrand-modal.tsx @@ -150,9 +150,11 @@ function RebrandIllustration() { className="flex justify-center items-center gap-4 pb-2" aria-hidden="true" > - {/* Stack Auth: served light & dark variants depending on theme */} + {/* Stack Auth: pre-rebrand mark, preserved under a dedicated filename + because /logo.svg now resolves to the Hexclave benzene mark post- + rebrand (PR #1481). Light & dark variants served per theme. */}