Merge pull request #53 from andypiper/patch-1

Button: Fix typo
This commit is contained in:
Will Murphy 2022-06-23 13:05:37 -05:00 committed by GitHub
commit 7db0707ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
<input v-model="handle" class="w3-input w3-center" placeholder="user@example.com" type="text">
<button class="w3-btn w3-cyan w3-block w3-margin-top" @click.prevent="doFollow"
:disabled="fetchingRemote">
Procced to follow
Proceed to follow
</button>
</form>
<div v-show="invalidHandle" class="w3-panel w3-pale-red w3-display-container w3-border">
@ -144,4 +144,4 @@ export default {
height: 256px;
width: 256px;
}
</style>
</style>