|
44 | 44 |
|
45 | 45 | <ul class="sidebar-list">
|
46 | 46 | <li class="sidebar-list-item">
|
47 |
| - <span class="material-icons-outlined">dashboard</span> Dashboard |
| 47 | + <a href="#" target="_blank"> |
| 48 | + <span class="material-icons-outlined">dashboard</span> Dashboard |
| 49 | + </a> |
48 | 50 | </li>
|
49 | 51 | <li class="sidebar-list-item">
|
50 |
| - <span class="material-icons-outlined">inventory_2</span> Products |
| 52 | + <a href="#" target="_blank"> |
| 53 | + <span class="material-icons-outlined">inventory_2</span> Products |
| 54 | + </a> |
51 | 55 | </li>
|
52 | 56 | <li class="sidebar-list-item">
|
53 |
| - <span class="material-icons-outlined">fact_check</span> Inventory |
| 57 | + <a href="#" target="_blank"> |
| 58 | + <span class="material-icons-outlined">fact_check</span> Inventory |
| 59 | + </a> |
54 | 60 | </li>
|
55 |
| - <li class="sidebar-list-item"> |
56 |
| - <span class="material-icons-outlined">add_shopping_cart</span> Purchase Orders |
| 61 | + <li class="sidebar-list-item"> |
| 62 | + <a href="#" target="_blank"> |
| 63 | + <span class="material-icons-outlined">add_shopping_cart</span> Purchase Orders |
| 64 | + </a> |
57 | 65 | </li>
|
58 | 66 | <li class="sidebar-list-item">
|
59 |
| - <span class="material-icons-outlined">shopping_cart</span> Sales Orders |
| 67 | + <a href="#" target="_blank"> |
| 68 | + <span class="material-icons-outlined">shopping_cart</span> Sales Orders |
| 69 | + </a> |
60 | 70 | </li>
|
61 | 71 | <li class="sidebar-list-item">
|
62 |
| - <span class="material-icons-outlined">poll</span> Reports |
| 72 | + <a href="#" target="_blank"> |
| 73 | + <span class="material-icons-outlined">poll</span> Reports |
| 74 | + </a> |
63 | 75 | </li>
|
64 | 76 | <li class="sidebar-list-item">
|
65 |
| - <span class="material-icons-outlined">settings</span> Settings |
| 77 | + <a href="#" target="_blank"> |
| 78 | + <span class="material-icons-outlined">settings</span> Settings |
| 79 | + </a> |
66 | 80 | </li>
|
67 | 81 | </ul>
|
68 | 82 | </aside>
|
|
0 commit comments