Image tags are fucked for right now.

Cart is working
This commit is contained in:
2024-10-08 10:05:58 +05:30
parent 990e7ee75b
commit 4df566df5e
47 changed files with 1113 additions and 1204 deletions

View File

@ -43,9 +43,7 @@ export function Navbar() {
//Hack for now
const navClasses = `${styles.navBar} ${
navBarStyle === 'scrolledUp'
? styles.navBarScrolledUp
: styles.navBarScrolledUp
navBarStyle === 'scrolledUp' ? styles.navBarScrolledUp : styles.navBarScrolledUp
}`;
function toggleMenu() {
@ -96,7 +94,7 @@ export function Navbar() {
<button aria-label='Profile'>
<FiUser size={20} />
</button>
<a aria-label='Shopping Cart' href='/products'>
<a aria-label='Shopping Cart' href='/cart'>
<HiShoppingBag size={20} />
</a>
</div>