Skip to content

Commit

Permalink
Fix: button text
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 15, 2022
1 parent 191dac4 commit 99a44d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BookmarkDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</v-text-field>
</v-card-text>
<v-card-actions class="justify-end px-5">
<v-btn color="primary" text @click="add">Add to bookmark</v-btn>
<v-btn color="primary" text @click="add">Add bookmark</v-btn>
</v-card-actions>
</v-card>
</v-dialog>
Expand Down

0 comments on commit 99a44d9

Please sign in to comment.