Skip to content

Commit

Permalink
move sidebar around
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 committed Jul 11, 2024
1 parent 64e53ec commit 212c044
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/components/navigation/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,8 @@ const navGroups: Array<{
icon: ShoppingCartIcon
},
{
name: 'Listings Comparison and Competition Metrics',
href: 'queries/listings',
icon: ChartSquareBarIcon
},
{
name: 'Item History Statistics and Graphs',
href: 'queries/item-history',
name: 'Allagan Data Reports',
href: 'allagan-data',
icon: ChartSquareBarIcon
},
{
Expand All @@ -175,11 +170,6 @@ const navGroups: Array<{
href: 'price-sniper',
icon: PencilAltIcon
},
{
name: 'Allagan Data Reports',
href: 'allagan-data',
icon: ChartSquareBarIcon
},
{
name: 'Secret Sale Leads',
href: 'https://github.com/ff14-advanced-market-search/saddlebag-with-pockets/wiki/FFXIV-Sale-Leads',
Expand All @@ -191,6 +181,16 @@ const navGroups: Array<{
href: 'https://github.com/ff14-advanced-market-search/saddlebag-with-pockets/wiki/FFXIV-Experimental-Discount-Price-Sniper',
icon: DocumentSearchIcon,
external: true
},
{
name: 'Listings Comparison and Competition Metrics',
href: 'queries/listings',
icon: ChartSquareBarIcon
},
{
name: 'Item History Statistics and Graphs',
href: 'queries/item-history',
icon: ChartSquareBarIcon
}
]
},
Expand Down

0 comments on commit 212c044

Please sign in to comment.