diff --git a/marketplace/src/layouts/Shell.tsx b/marketplace/src/layouts/Shell.tsx index 5cead19..6a83599 100644 --- a/marketplace/src/layouts/Shell.tsx +++ b/marketplace/src/layouts/Shell.tsx @@ -3,6 +3,7 @@ import { Link } from 'react-router-dom' import { useAuth } from '../context/AuthContext' import { useCartStore, selectCartSummary } from '../stores/cartStore' import { formatCurrency } from '../utils/format' +import logoImg from '../assets/logo.png' // Cart dropdown content component function CartDropdownContent() { @@ -91,7 +92,7 @@ export function Shell({ children }: { children: React.ReactNode }) {
- SaveInMed + SaveInMed

SaveInMed