From 3ffbf37ee7d060d42bf942834d710d8fbff4ef97 Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 7 Apr 2026 13:39:40 +0200 Subject: [PATCH] fix(shared-branding): dedupe duplicate manaSvg from rename collision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ManaCore→Mana rename converted both `manaCoreSvg` and the existing `manaSvg` to the same identifier, leaving two `const manaSvg = ...` declarations and two `mana:` keys in APP_ICONS. This broke any consumer of the package with a duplicate-symbol error at SSR build time. Removed the legacy ManaCore icon (4-circle quartet) and kept the current Mana brand icon (single droplet). Removed the duplicate APP_ICONS entry as well. Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/shared-branding/src/app-icons.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/shared-branding/src/app-icons.ts b/packages/shared-branding/src/app-icons.ts index ae1d4a9fc..f019f3e76 100644 --- a/packages/shared-branding/src/app-icons.ts +++ b/packages/shared-branding/src/app-icons.ts @@ -12,9 +12,6 @@ const svgToDataUrl = (svg: string): string => { // Memoro icon SVG const memoroSvg = ``; -// Mana icon SVG -const manaSvg = ``; - // Mana icon (single droplet) const manaSvg = ``; @@ -88,7 +85,6 @@ const contextSvg = `