summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d1b5958..96577cc 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body>
<div id="app">
<h1>Direct link to your WhatsApp contacts</h1>
- <input v-model="number" type="number">
+ <input v-model="number" type="tel">
<br>
<a v-bind:href="href">+{{ number }}</a>
</div>