mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 05:41:09 +02:00
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) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| logos | ||
| app-icons.ts | ||
| AppLogo.svelte | ||
| AppLogoWithName.svelte | ||
| config.ts | ||
| index.ts | ||
| mana-apps.spec.ts | ||
| mana-apps.ts | ||
| ManaIcon.svelte | ||
| types.ts | ||