Image tags are fucked for right now.
Cart is working
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user