diff --git a/client/src/components/Summoner/Overview/SummonerChampions.vue b/client/src/components/Summoner/Overview/SummonerChampions.vue
index d6bf734..ad5ca6a 100644
--- a/client/src/components/Summoner/Overview/SummonerChampions.vue
+++ b/client/src/components/Summoner/Overview/SummonerChampions.vue
@@ -30,52 +30,58 @@
-
-
Champion
-
plays
-
winrate
-
kda
+
+
+
Champion
+
plays
+
winrate
+
kda
+
+
+ -
+
{{ index + 1 }}.
+
+
+
{{ champion.champion.name }}
+
+
+
{{ champion.count }}
+
+
+
+
{{ champion.wins * 100 / champion.count|percent }}
+
+
+
+
{{ kda(champion.kills, champion.deaths, champion.assists) }}
+
+
+
+
+
+
+
No champions have been found.
+
😕
-
- -
-
{{ index + 1 }}.
-
-
-
{{ champion.champion.name }}
-
-
-
{{ champion.count }}
-
-
-
-
{{ champion.wins * 100 / champion.count|percent }}
-
-
-
-
{{ kda(champion.kills, champion.deaths, champion.assists) }}
-
-
-
-