feat: Add Chart Trading page to main navigation menu
Added Chart Trading link to navigation:
- New navigation item with 📈 icon for advanced chart trading
- Positioned between Trading and Automation in the menu
- Links to /chart-trading-demo route
- Maintains consistent styling with other nav items
- Provides access to Jupiter-style trading interface
Users can now easily access the advanced chart trading page from the main menu.
This commit is contained in:
@@ -22,6 +22,12 @@ const navItems = [
|
|||||||
icon: '💰',
|
icon: '💰',
|
||||||
description: 'Execute trades'
|
description: 'Execute trades'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Chart Trading',
|
||||||
|
href: '/chart-trading-demo',
|
||||||
|
icon: '📈',
|
||||||
|
description: 'Advanced chart trading'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Automation',
|
name: 'Automation',
|
||||||
href: '/automation',
|
href: '/automation',
|
||||||
|
|||||||
Reference in New Issue
Block a user