Skip to content

Commit 746826e

Browse files
2 parents 7cb798b + f1eea2a commit 746826e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Let's Draft Morning Neurons ✨🧠☕️</h1>
8181
</div>
8282
</div>
8383
<button id="next-1" class="mdc-button mdc-button--raised next-btn">
84-
<span class="mdc-button__label">Enter Content</span>
84+
<span class="mdc-button__label">Content</span>
8585
<i class="material-icons">arrow_forward</i>
8686
</button>
8787
<div class="attribution">
@@ -110,7 +110,7 @@ <h1 id="content-step-title">Now, the content</h1>
110110
<span class="mdc-button__label">Back</span>
111111
</button>
112112
<button id="next-2" class="mdc-button mdc-button--raised next-btn">
113-
<span class="mdc-button__label">Choose Recipients</span>
113+
<span class="mdc-button__label">Recipients</span>
114114
<i class="material-icons">arrow_forward</i>
115115
</button>
116116
</div>
@@ -140,7 +140,7 @@ <h1>Almost there!</h1>
140140
<span class="mdc-button__label">Back</span>
141141
</button>
142142
<button id="sendBtn" class="mdc-button mdc-button--raised send-btn" disabled>
143-
<span class="mdc-button__label">Send Newsletter</span>
143+
<span class="mdc-button__label">Send Neurons</span>
144144
<i class="material-icons">send</i>
145145
</button>
146146
</div>
@@ -167,4 +167,4 @@ <h1>Neurons are on the way! 🎉✨🚀</h1>
167167
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
168168
<script src="script.js"></script>
169169
</body>
170-
</html>
170+
</html>

0 commit comments

Comments
 (0)