You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/nextjs/src/app/(dashboard)/widget/test/WidgetButtons.tsx
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ export function WidgetButtons() {
46
46
<divclassName="space-y-2 mt-2">
47
47
<h3className="text-sm font-medium text-white">Change refund policy to 3 months:</h3>
48
48
<button
49
-
data-helper-start-guide="Change my refund policy to 3 months - Go to the Settings page, scroll down to the Refund Policy section, and select a 3 months refund policy from the dropdown menu. If needed, you can also add fine print to describe your policy in more detail."
49
+
data-helper-prompt="Change my refund policy to 3 months - Go to the Settings page, scroll down to the Refund Policy section, and select a 3 months refund policy from the dropdown menu. If needed, you can also add fine print to describe your policy in more detail."
data-helper-start-guide="Go to the Discounts tab on the Checkout page, click 'New discount', enter '50off' as the discount code, select 'All products', and set the discount to 50% off."
55
+
data-helper-prompt="Create a 50% off discount for all products - Go to the Discounts tab on the Checkout page, click 'New discount', enter '50off' as the discount code, select 'All products', and set the discount to 50% off."
0 commit comments