diff --git a/src/ui/Highscore.vue b/src/ui/Highscore.vue index 7aa9f62..2e6761e 100644 --- a/src/ui/Highscore.vue +++ b/src/ui/Highscore.vue @@ -2,7 +2,9 @@

Highscore

    -
  1. {{ person.name }} - {{ person.wins.length }}
  2. +
  3. + {{ person.name }} - {{ person.wins.length }} +
@@ -28,7 +30,7 @@ export default {