1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-23 01:46:58 +00:00

Added empty states

This commit is contained in:
Belen Curcio 2020-10-26 14:59:35 -03:00
parent 074e9c0028
commit 14cea1fb27

@ -116,7 +116,7 @@ const CartSidebarView: FC = () => {
</li> </li>
<li className="flex justify-between py-1"> <li className="flex justify-between py-1">
<span>Estimated Shipping</span> <span>Estimated Shipping</span>
<span>FREE</span> <span className="font-bold tracking-wide">FREE</span>
</li> </li>
</ul> </ul>
<div className="flex justify-between border-t border-accents-3 py-3 font-bold mb-10"> <div className="flex justify-between border-t border-accents-3 py-3 font-bold mb-10">