div {
@apply h-full;
& > div {
@@ -84,11 +85,5 @@
}
.wishlistButton {
- @apply absolute z-30 top-6 right-0 bg-primary text-primary
- w-10 h-10 flex items-center justify-center font-semibold
- leading-6 cursor-pointer px-6;
-
- @screen lg {
- @apply top-6 right-0 text-black bg-white w-14 h-14;
- }
+ @apply absolute z-30 top-0 right-0;
}
diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx
index e2fa387a0..47cdf6c6f 100644
--- a/components/product/ProductView/ProductView.tsx
+++ b/components/product/ProductView/ProductView.tsx
@@ -185,7 +185,6 @@ const ProductView: FC
= ({ product, relatedProducts }) => {
key={p.path}
>
= ({
return (
)
}
diff --git a/tsconfig.json b/tsconfig.json
index e20f37099..9e712fb18 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,8 +22,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
- "@framework": ["framework/shopify"],
- "@framework/*": ["framework/shopify/*"]
+ "@framework": ["framework/bigcommerce"],
+ "@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],