feat: new stuff

This commit is contained in:
Smigz 2024-11-18 21:51:46 -05:00
parent 87cfe81d2b
commit 9c6bed1983
5 changed files with 108 additions and 37 deletions

View file

@ -15,7 +15,7 @@ export default function Navbar({ cartItems }) {
<h1>{sumCartItems}</h1>
</Link>
) : (
<button>I&apos;m Ready</button>
<img src="/shopping_cart_icon.svg" />
)}
</nav>
);