Skip to content

Commit a76c9ac

Browse files
committed
Add discord as part of the flow
1 parent 61c43dd commit a76c9ac

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

web/components/MessageThread.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,15 @@
5050
class="px-4 text-center"
5151
>
5252
<p>
53-
Install the mobile app on your android phone to start sending messages
53+
Install the mobile app on your android phone to start sending messages.
54+
You can also
55+
<a
56+
href="https://discord.gg/kGk8HVqeEZ"
57+
target="_blank"
58+
class="text-decoration-none"
59+
>message us on Discord</a
60+
>
61+
to help set things up.
5462
</p>
5563
<v-btn
5664
class="primary"

web/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
</v-btn>
5151
</div>
5252
<p class="text-body-2 mt-2">
53-
⚡Trusted by <b>1,902+</b> happy users who have sent or received
54-
more than <b>314,972+</b> messages.
53+
⚡Trusted by <b>2,079+</b> happy users who have sent or received
54+
more than <b>366,000+</b> messages.
5555
</p>
5656
<div
5757
class="mt-4"

web/pages/login.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
</v-avatar>
1414
<span class="text-h3">Welcome</span>
1515
</div>
16-
<p class="text--secondary text-h6 text-center">
17-
Login to the HTTP SMS dashboard
16+
<p class="subtitle-1 text-center text--secondary mt-1 mb-4">
17+
Join <b>2,079+</b> happy users who have sent or
18+
<br />
19+
received more than <b>366,000</b> SMS messages
1820
</p>
1921
<v-card max-width="360" class="mx-auto">
2022
<v-card-text class="px-0">

web/pages/threads/index.vue

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,17 @@
1010
:src="require('assets/img/person-texting.svg')"
1111
></v-img>
1212
<div class="text-center">
13-
<h3 class="text-h5 mt-4">Select a thread</h3>
14-
<p class="text--secondary">Send and receive messages using our API</p>
13+
<h3 class="text-h5 mt-4">Select a Message</h3>
14+
<p class="text--secondary">
15+
Don't hesitate to
16+
<a
17+
href="https://discord.gg/kGk8HVqeEZ"
18+
target="_blank"
19+
class="text-decoration-none"
20+
>message us on Discord</a
21+
>
22+
if you have any questions
23+
</p>
1524
</div>
1625
</div>
1726
</v-row>

0 commit comments

Comments
 (0)