Skip to content

Commit f033845

Browse files
authored
Merge pull request #161 from risk-first/movement
Tamer language
2 parents 0becc37 + 465476c commit f033845

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/books/Build-The-Movement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Build The Movement!"
3-
description: "Read to find out how to get hold of a free copy of RF2E!"
2+
title: "Help Us Build!"
3+
description: "Read on to find out how to get hold of a free copy of RF2E!"
44
slug: /Build-The-Movement
55
featured:
66
class: bg1

src/components/Movement/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Movement() {
2727
console.log('Current hostname:', window.location.hostname);
2828

2929
// Use HTTPS through Cloudflare
30-
const response = await fetch('https://automation.riskfirst.org/api/movement/submit', {
30+
const response = await fetch('https://automation.riskfirst.org:8080/api/movement/submit', {
3131
method: 'POST',
3232
headers: {
3333
'Content-Type': 'application/json',
@@ -61,7 +61,7 @@ export default function Movement() {
6161
<div className={styles.content}>
6262
<h2 className={styles.title}>Thank You! 🎉</h2>
6363
<p className={styles.message}>
64-
Thanks for helping spread the Risk-First movement! Check your email for your special discount code.
64+
Thanks for helping spread the Risk-First movement! Your discount code will be with you shortly.
6565
</p>
6666
<button
6767
className={styles.button}
@@ -95,7 +95,7 @@ export default function Movement() {
9595
And movements only grow when people share them.
9696
</p>
9797
<p>
98-
Here's how you can get in on the ground floor of a new movement and help spread the word and get rewarded:
98+
If you want in on the ground floor of a new movement, please help spread the word and get rewarded:
9999
</p>
100100
<ol className={styles.steps}>
101101
<li>Share this page on LinkedIn, X (Twitter), or your favorite platform.</li>
-4.49 KB
Loading

0 commit comments

Comments
 (0)