mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-14 13:20:37 -04:00
feat: new stuff
This commit is contained in:
parent
87cfe81d2b
commit
9c6bed1983
5 changed files with 108 additions and 37 deletions
|
@ -15,7 +15,7 @@ export default function Navbar({ cartItems }) {
|
|||
<h1>{sumCartItems}</h1>
|
||||
</Link>
|
||||
) : (
|
||||
<button>I'm Ready</button>
|
||||
<img src="/shopping_cart_icon.svg" />
|
||||
)}
|
||||
</nav>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue