mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 23:26:42 +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' },
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue