Search Page

This commit is contained in:
Belen Curcio
2020-10-12 10:25:36 -03:00
parent a717947ea2
commit 2d347d487b
2 changed files with 74 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ const CartSidebarView: FC = () => {
) : (
<>
<div className="px-4 sm:px-6 flex-1">
<h2 className="pt-6 pb-4 text-lg leading-7 font-medium text-gray-900 uppercase">
<h2 className="pt-1 pb-4 text-lg leading-7 font-medium text-gray-900 uppercase">
My Cart
</h2>
<ul className="py-6 space-y-6 sm:py-0 sm:space-y-0 sm:divide-y sm:divide-gray-200 border-t border-gray-200">