Skip to content
Snippets Groups Projects
Commit 6b29abf7 authored by AlphaThrone's avatar AlphaThrone
Browse files

refactor: additem to makesale

parent 8286155e
No related merge requests found
...@@ -12,7 +12,7 @@ function closeSidebar(){ ...@@ -12,7 +12,7 @@ function closeSidebar(){
addsidebar = () => { addsidebar = () => {
return document.getElementById("sidebar").innerHTML = ` return document.getElementById("sidebar").innerHTML = `
<li><a href='#' id="manageuser"> <li><a href='#' id="account">
<i class="fa-solid fa-user"></i> Account <i class="fa-solid fa-user"></i> Account
</a></li> </a></li>
<li><a href='#' id="manageuser"> <li><a href='#' id="manageuser">
...@@ -27,9 +27,9 @@ addsidebar = () => { ...@@ -27,9 +27,9 @@ addsidebar = () => {
<i class="fa-solid fa-user-plus"></i> <i class="fa-solid fa-user-plus"></i>
Add User Add User
</a></li> </a></li>
<li><a href='#' id="additem"> <li><a href='#' id="makesale">
<i class="fa-solid fa-cart-plus"></i> <i class="fa-solid fa-cart-plus"></i>
Add Item Make Sale
</a></li> </a></li>
<li><a href='#' id="logout"> <li><a href='#' id="logout">
<i class="fa-solid fa-right-from-bracket"></i> <i class="fa-solid fa-right-from-bracket"></i>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment