Skip to content

Commit

Permalink
Update topnav.html
Browse files Browse the repository at this point in the history
trying to fix cart.png
  • Loading branch information
RedCat888 authored Oct 11, 2023
1 parent 56640a3 commit 092d3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ul>
<li><a class="topnav" href="index.html">Home</a></li>
<li><a class="topnav" href="about.html">About</a></li>
<ol><a href="cart.html"><img class="topnav" src="assets/images/cart.png" height="50px" length="50px"></a></ol>
<ol><a href="cart.html"><img class="topnav" src="/Website/assets/images/cart.png" height="50px" length="50px"></a></ol>

</ul>
</div>

0 comments on commit 092d3ca

Please sign in to comment.