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:
Till JS 2026-04-17 14:51:37 +02:00
parent 2b96953ad1
commit f0c38da784

View file

@ -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') },
},