Skip to content

Commit

Permalink
added contstants and image
Browse files Browse the repository at this point in the history
  • Loading branch information
ivinayakg committed Jul 29, 2022
1 parent f08f1d5 commit 77864fd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
32 changes: 32 additions & 0 deletions constants/sidebarMenuOptions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
export default [
{
name: 'Home',
iconPath: '/assets/Home.svg',
urlPath: '/',
},
{
name: 'Dashboard',
iconPath: '/assets/Dashboard.svg',
urlPath: 'dashboard',
},
{
name: 'Curreny Exchange',
iconPath: '/assets/Swap.svg',
urlPath: 'currency-exchange',
},
{
name: 'Auction',
iconPath: '/assets/Auction.svg',
urlPath: 'auction',
},
{
name: 'Stocks',
iconPath: '/assets/Stocks.svg',
urlPath: 'trading',
},
{
name: 'Balance',
iconPath: '/assets/Balance.svg',
urlPath: 'wallet',
},
];
6 changes: 6 additions & 0 deletions public/assets/trade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77864fd

Please sign in to comment.