Skip to content

Commit

Permalink
💄 Use check icon for change name button (#40)
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
dzakki authored Sep 16, 2021
1 parent 3dc0c19 commit 1d7c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Modal/ChangeName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<input v-model="name" v-focus class="input" :class="{ 'input-invalid': invalidLinkErr }" placeholder="New name">
</div>
<button v-shortkey="['enter']" class="primary-button" @click="add" @shortkey="add">
<Icon name="add" />Change name
<Icon name="check" />Change name
</button>
<p v-if="invalidLinkErr" class="error">
Error: {{ invalidLinkErr }}
Expand Down

0 comments on commit 1d7c7f8

Please sign in to comment.