Browse Source

Spelling modification

pull/202/head
beaock 4 years ago
parent
commit
48ea7e47f3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pinry-spa/src/components/editors/PinEditorUI.vue

+ 2
- 2
pinry-spa/src/components/editors/PinEditorUI.vue View File

@@ -8,7 +8,7 @@
custom-size="mdi-24px">
</b-icon>
</span>
<span class="icon-container" @click="addToBoar">
<span class="icon-container" @click="addToBoard">
<b-icon
type="is-light"
icon="plus-box"
@@ -69,7 +69,7 @@ export default {
},
},
methods: {
addToBoar() {
addToBoard() {
modals.openAdd2Board(this, this.pin, this.currentUsername);
},
removeFromBoard() {


Loading…
Cancel
Save