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:
mindesbunister
2025-07-16 16:16:17 +02:00
parent ab717ea2fb
commit ccf73db63d

View File

@@ -22,6 +22,12 @@ const navItems = [
icon: '💰',
description: 'Execute trades'
},
{
name: 'Chart Trading',
href: '/chart-trading-demo',
icon: '📈',
description: 'Advanced chart trading'
},
{
name: 'Automation',
href: '/automation',