|
@@ -34,7 +34,7 @@ const ProductDetailNextjs = ({ onNext, isComplete, data }: StepContentProps) =>
|
|
</div>
|
|
</div>
|
|
<div className="flex gap-2 mt-6">
|
|
<div className="flex gap-2 mt-6">
|
|
<a
|
|
<a
|
|
- href={`http://localhost:8000/products/${product?.handle}`}
|
|
|
|
|
|
+ href={`http://localhost:8000/products/${product?.handle}?onboarding=true`}
|
|
target="_blank"
|
|
target="_blank"
|
|
>
|
|
>
|
|
<Button variant="primary" size="base" isLoading={productIsLoading}>
|
|
<Button variant="primary" size="base" isLoading={productIsLoading}>
|