Skip to content

Commit

Permalink
prepare release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maldestor95 committed Aug 2, 2024
1 parent dfd7b39 commit 1f3120a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "score",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"homepage": "https://github.com/maldestor95/score",
"description": "Online Scoreboard tool",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/wizard/score.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Round <span>{{ scoreStore.getRoundNumber }}</span>
</h1>
<img
:src="`/public/${scoreStore.targetGame.toLowerCase()}.jpg`"
:src="`/${scoreStore.targetGame.toLowerCase()}.jpg`"
alt="uno"
class="w-16 opacity-80"
v-if="scoreStore.targetGame != 'Custom Settings'"
Expand Down

0 comments on commit 1f3120a

Please sign in to comment.