mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
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:
parent
a4a7f6e825
commit
31b84bbcf4
2 changed files with 3 additions and 1 deletions
|
|
@ -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' },
|
||||
]);
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue