Skip to content

Commit fd52629

Browse files
committed
Fixed discount amount
1 parent 6fdd676 commit fd52629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Movement/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default function Movement() {
197197
<form className={styles.form} onSubmit={handleSubmit}>
198198
<h3 className={styles.formTitle}>👉 Step 2: Claim Your Free Copy</h3>
199199

200-
<p>"Please send me a 109% discount code to get a free copy of Risk-First Software Development, Second Edition."</p>
200+
<p>"Please send me a 100% discount code to get a free copy of Risk-First Software Development, Second Edition."</p>
201201

202202
<div className={styles.formGroup}>
203203
<label htmlFor="email" className={styles.label}>

0 commit comments

Comments
 (0)