Skip to content

Commit b7c5594

Browse files
committed
Add rate of sending documentation
1 parent f6259e5 commit b7c5594

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

web/pages/index.vue

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,18 @@
214214
<div>
215215
<h3 class="text-h3 mb-1">Control Sending</h3>
216216
<h5 class="text-h6 font-weight-light">
217-
Send bulk messages without mobile carrier limitations. If you
218-
set a rate e.g 3 messages per minute, we will queue up your
219-
messages and send them at a rate of 1 message per 20 seconds.
217+
Send SMS messages without going over your mobile carrier
218+
limitations. If you set a rate e.g 3 messages per minute, we
219+
will queue up your messages and send them at a rate of 1 message
220+
per 20 seconds.
220221
</h5>
222+
<v-btn
223+
href="https://docs.httpsms.com/features/control-sms-send-rate"
224+
class="primary"
225+
>
226+
<v-icon left>{{ mdiArrowRightThin }}</v-icon
227+
>Documentation
228+
</v-btn>
221229
</div>
222230
</v-col>
223231
<v-col cols="12" md="6" :order-lg="2">
@@ -990,6 +998,7 @@ import {
990998
mdiLanguageJava,
991999
mdiMicrosoftExcel,
9921000
mdiWebhook,
1001+
mdiArrowRightThin,
9931002
mdiPowershell,
9941003
mdiLanguageGo,
9951004
} from '@mdi/js'
@@ -1007,6 +1016,7 @@ export default Vue.extend({
10071016
mdiCheckCircle,
10081017
mdiSend,
10091018
mdiGift,
1019+
mdiArrowRightThin,
10101020
mdiCreation,
10111021
mdiForum,
10121022
mdiNumeric1,

0 commit comments

Comments
 (0)