1 parent 782666b commit 1e7b2c3Copy full SHA for 1e7b2c3
1 file changed
web/pages/index.vue
@@ -228,7 +228,10 @@
228
<v-card-text class="subtitle-1">
229
Start sending and receiving SMS messages using our rich
230
HTTP API. You can find the documentation on
231
- <a :href="$store.getters.getAppData.documentationUrl">
+ <a
232
+ class="text-decoration-none"
233
+ :href="$store.getters.getAppData.documentationUrl"
234
+ >
235
{{ $store.getters.getAppData.documentationUrl }}
236
</a>
237
</v-card-text>
0 commit comments