Skip to content

Commit

Permalink
feat: add transaction on icon click
Browse files Browse the repository at this point in the history
  • Loading branch information
thebatclaudio committed Sep 12, 2024
1 parent 5c8f2f8 commit f1d3e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ onMounted(async () => {
<div class="flex flex-col justify-center content-center">
<div class="flex justify-center">
<div>
<div id="front"><img src="/icon.png" class="pulse h-[30vh]"></div>
<div id="front" @click="playGame()"><img src="/icon.png" class="pulse h-[30vh]"></div>
</div>
</div>
<div class="mt-6">
Expand Down

0 comments on commit f1d3e29

Please sign in to comment.