mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-26 05:34:38 +02:00
feat: rename subscription routes to /mana across all apps
- Add /mana route to chat web app with SubscriptionPage - Add manaHref prop to PillNavigation for user dropdown link - Add mana icon to PillDropdown component - Rename /subscription to /mana in picture, manacore, and manadeck apps - Update navigation items to use mana icon and label 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
606fd9a32c
commit
353cf6adb2
11 changed files with 73 additions and 13 deletions
|
|
@ -25,7 +25,7 @@
|
|||
{ href: '/decks', label: 'Decks', icon: 'archive' },
|
||||
{ href: '/explore', label: 'Explore', icon: 'search' },
|
||||
{ href: '/progress', label: 'Progress', icon: 'chart' },
|
||||
{ href: '/subscription', label: 'Mana', icon: 'mana' },
|
||||
{ href: '/mana', label: 'Mana', icon: 'mana' },
|
||||
{ href: '/profile', label: 'Profile', icon: 'user' },
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue