Skip to content

Commit

Permalink
Update header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilbamble1438 authored Sep 30, 2023
1 parent 65e108a commit 9b12c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(logincustomer != null)
display: inline-block"><b style="color:white"><center><span id="ctotal"></span></center></b></span></b>
</b>
<a href="index.html" class="w3-bar-item w3-button"><b>Welcome <span id="cusname"></span></b></a>
<a href="index.html" class="w3-bar-item w3-button"><b style="color:firebrick">Welcome <span id="cusname"></span></b></a>
<a href="orderslist.html" class="w3-bar-item w3-button"><b>Orders List</b></a>
Expand Down Expand Up @@ -76,7 +76,7 @@ else if(loginadmin != null )
display: inline-block"><b style="color:white"><center><span id="ctotal"></span></center></b></span></b>
</b>
<a href="index.html" class="w3-bar-item w3-button"><b>Welcome Admin</b></a>
<a href="index.html" class="w3-bar-item w3-button"><b style="color:firebrick">Welcome Admin</b></a>
<a href="tablecustomers.html" class="w3-bar-item w3-button"><b>Manage Customers</b></a>
Expand Down

0 comments on commit 9b12c17

Please sign in to comment.