fix(todo): use Spiral icon for Spiral nav item instead of Sparkle

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 09:07:51 +01:00
parent a4a7f6e825
commit 31b84bbcf4
2 changed files with 3 additions and 1 deletions

View file

@ -177,7 +177,7 @@
onClick: handleFilterToggle,
active: isFilterStripVisible,
},
{ href: '/spiral', label: 'Spiral', icon: 'sparkles' },
{ href: '/spiral', label: 'Spiral', icon: 'spiral' },
{ href: '/tags', label: 'Tags', icon: 'tag' },
]);

View file

@ -65,6 +65,7 @@
Waveform,
FileText,
Sparkle,
Spiral,
ShareFat,
Trash,
Funnel,
@ -129,6 +130,7 @@
'file-text': FileText,
sparkle: Sparkle,
sparkles: Sparkle,
spiral: Spiral,
share: ShareFat,
trash: Trash,
filter: Funnel,