File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const CartContents = () => {
88
88
< div className = "container mx-auto px-4 py-8" >
89
89
{ data ?. cart ?. contents ?. nodes ?. length ? (
90
90
< >
91
- < div className = "bg-white rounded-lg shadow-md p-6 mb-8 md:w-full" >
91
+ < div className = "bg-white rounded-lg p-6 mb-8 md:w-full" >
92
92
{ data . cart . contents . nodes . map ( ( item : IProductRootObject ) => (
93
93
< div
94
94
key = { item . key }
@@ -148,7 +148,7 @@ const CartContents = () => {
148
148
</ div >
149
149
) ) }
150
150
</ div >
151
- < div className = "bg-white rounded-lg shadow-md p-6 md:w-full" >
151
+ < div className = "bg-white rounded-lg p-6 md:w-full" >
152
152
< div className = "flex justify-end mb-4" >
153
153
< span className = "font-semibold pr-2" > Subtotal:</ span >
154
154
< span > { cartTotal } </ span >
You can’t perform that action at this time.
0 commit comments