Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Nov 17, 2024
1 parent aea8d07 commit a045ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="row center-align">
<span class="input-field">
<input class="waves-effect" v-on:keyup.enter="testProxy" v-model="proxy" placeholder="ss://abeatifulkey" type="text"/>
<input class="waves-effect" v-on:keyup.enter="testProxy" v-model="proxy" placeholder="ss://a key here" type="text"/>
</span>
<a v-on:click="testProxy" class="btn-large red">
<i class="material-icons">refresh</i>
Expand Down

0 comments on commit a045ebe

Please sign in to comment.