mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
feat(rituals): switch icon from Lightning to ArrowClockwise
Lightning was inherited from the ai-rituals era (AI-feature vibe) and didn't match what rituals actually express — recurring, cyclical practice. ArrowClockwise reads as "loop / recurrence / do this regularly", which fits both utility and ceremony flavours. Lightning is kept for `automations` (still the right match there). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2b96953ad1
commit
f0c38da784
1 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ import {
|
|||
ShootingStar,
|
||||
CloudSun,
|
||||
Stack,
|
||||
ArrowClockwise,
|
||||
} from '@mana/shared-icons';
|
||||
|
||||
// ── Apps with entity capabilities ───────────────────────────
|
||||
|
|
@ -1044,7 +1045,7 @@ registerApp({
|
|||
id: 'rituals',
|
||||
name: 'Rituale',
|
||||
color: '#EC4899',
|
||||
icon: Lightning,
|
||||
icon: ArrowClockwise,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/rituals/ListView.svelte') },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue