Skip to content

Commit

Permalink
swap buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Oct 15, 2024
1 parent 145e3cc commit 7b18c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/alchemy-elements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function createElement(element: AlchemyElement) {
</div>
</div>
<div class="controls">
<div class="button border-right" v-on:click="board.$reset()">Очистить поле</div>
<div class="button" v-on:click="game.$reset()">Новая игра</div>
<div class="button border-right" v-on:click="game.$reset()">Новая игра</div>
<div class="button" v-on:click="board.$reset()">Очистить поле</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7b18c09

Please sign in to comment.