stack/apps/dashboard/public
BilalG1 c753ab2831
fix(dashboard): show Stack Auth logo on left of rebrand modal (#1495)
## Summary

The Stack Auth → Hexclave rebrand modal added in
[#1493](https://github.com/hexclave/stack-auth/pull/1493) rendered the
**Hexclave** logo on both sides of its illustration instead of *Stack
Auth → Hexclave*.

## Root cause


[\`hexclave-rebrand-modal.tsx\`](https://github.com/hexclave/stack-auth/blob/dev/apps/dashboard/src/components/hexclave-rebrand-modal.tsx)
referenced \`/logo.svg\` and \`/logo-bright.svg\` for the left-hand
"Stack Auth" mark. But the visible-rebrand flip in
[#1481](https://github.com/hexclave/stack-auth/pull/1481) replaced those
files in \`apps/dashboard/public/\` with the Hexclave benzene mark — so
post-merge, both \`<Image>\` slots resolved to the Hexclave logo.

## Fix

- Restored the **pre-rebrand Stack Auth SVGs** (lifted from
\`57ff5d3ce~1\`, the commit before the brand-flip) under dedicated
filenames so they can't get clobbered the next time \`/logo.svg\` is
updated:
- \`apps/dashboard/public/stack-auth-logo.svg\` — black mark, light
theme
- \`apps/dashboard/public/stack-auth-logo-bright.svg\` — white mark,
dark theme
- Pointed the modal's left-hand \`<Image>\` pair at the new paths and
left a comment explaining why we don't share \`/logo.svg\` (so the next
person doesn't try to consolidate it back).

The originals on \`origin/dev\` (\`/logo.svg\`, \`/logo-bright.svg\` =
Hexclave) are untouched.

## Verification

- \`pnpm --filter @stackframe/dashboard lint\` — clean.
- Diff of
[hexclave-rebrand-modal.tsx](https://github.com/hexclave/stack-auth/blob/fix-stack-logo-in-modal/apps/dashboard/src/components/hexclave-rebrand-modal.tsx)
is two \`src=\` swaps plus a comment; the dismissal logic, gates, and
storage key are untouched.

<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Fixes the rebrand modal to show the Stack Auth logo on the left instead
of rendering Hexclave on both sides. Restores pre-rebrand assets as
`stack-auth-logo.svg` and `stack-auth-logo-bright.svg` and updates the
modal to use them for light/dark themes.

<sup>Written for commit f4ed26266c.
Summary will update on new commits. <a
href="https://cubic.dev/pr/hexclave/stack-auth/pull/1495?utm_source=github">Review
in cubic</a></sup>

<!-- End of auto-generated description by cubic. -->



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Updated the rebrand modal illustration assets to display Stack Auth
branding correctly.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/hexclave/stack-auth/pull/1495?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-27 10:09:16 -07:00
..
assets Managed email domain deletion and Cloudflare DNS import UX (#1442) 2026-05-23 09:22:29 -07:00
changelog [Changelog] Updates to US date format, adds images. (#1143) 2026-02-02 11:21:21 -06:00
.nojekyll Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
app-bg-dark.png Apps frontend (#945) 2025-10-16 20:54:14 -07:00
app-bg-light.png Apps frontend (#945) 2025-10-16 20:54:14 -07:00
convex-logo.png Apps frontend (#945) 2025-10-16 20:54:14 -07:00
github-invertocat-white.svg Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
github-invertocat.svg Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
hexclave-icon.svg feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
javascript-logo.svg Better dashboard onboarding process (#604) 2025-06-06 10:51:08 +02:00
logo-bright.svg feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
logo-full-bright.svg feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
logo-full.svg feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
logo.svg feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
neon-logo.png Apps frontend (#945) 2025-10-16 20:54:14 -07:00
neon.png Update Neon branding 2024-12-11 09:50:49 -08:00
next-logo.svg Better dashboard onboarding process (#604) 2025-06-06 10:51:08 +02:00
open-graph-image.png feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
python-logo.svg Better dashboard onboarding process (#604) 2025-06-06 10:51:08 +02:00
react-logo.svg Better dashboard onboarding process (#604) 2025-06-06 10:51:08 +02:00
stack-auth-logo-bright.svg fix(dashboard): show Stack Auth logo on left of rebrand modal (#1495) 2026-05-27 10:09:16 -07:00
stack-auth-logo.svg fix(dashboard): show Stack Auth logo on left of rebrand modal (#1495) 2026-05-27 10:09:16 -07:00
storeDesc-api-keys-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-auth-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-auth-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-auth-3.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-auth-4.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-auth-5.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-auth-6.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-data-vault-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-data-vault-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-data-vault-3.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-data-vault-4.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-3.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-4.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-5.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-6.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-7.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-emails-8.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-3.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-4.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-5.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-6.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-payments-7.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-rbac-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-rbac-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-rbac-3.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-rbac-4.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-teams-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-teams-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-teams-3.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-teams-4.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-vercel-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-vercel-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-webhooks-1.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
storeDesc-webhooks-2.png [Dashboard] Adds app store Descriptions and images (#1041) 2025-12-04 12:40:48 -06:00
tanstack-start-logo.png [codex] Add TanStack Start SDK integration (#1399) 2026-05-08 10:59:16 -07:00
vercel-logo-round.svg Vercel Integration app 2025-10-29 13:54:45 -07:00
vercel-logo.svg Vercel Integration app 2025-10-29 13:54:45 -07:00