Skip to content

Commit 1e7b2c3

Browse files
committed
Remove text decoration
1 parent 782666b commit 1e7b2c3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

web/pages/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,10 @@
228228
<v-card-text class="subtitle-1">
229229
Start sending and receiving SMS messages using our rich
230230
HTTP API. You can find the documentation on
231-
<a :href="$store.getters.getAppData.documentationUrl">
231+
<a
232+
class="text-decoration-none"
233+
:href="$store.getters.getAppData.documentationUrl"
234+
>
232235
{{ $store.getters.getAppData.documentationUrl }}
233236
</a>
234237
</v-card-text>

0 commit comments

Comments
 (0)