feat: add cart on front
This commit is contained in:
@@ -55,7 +55,10 @@ export default function HeaderMobile() {
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
<button className="text-slate-200 hover:text-gold transition-colors duration-200">
|
||||
<button
|
||||
className="text-slate-200 hover:text-gold transition-colors duration-200"
|
||||
onClick={() => navigate("/cart")}
|
||||
>
|
||||
<svg
|
||||
width="24"
|
||||
height="24"
|
||||
|
||||
Reference in New Issue
Block a user