From 76c494dc87f8fe703ab48ae57c98dbbbd78c4c2d Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 11 May 2018 19:29:23 +0200 Subject: rename ReportTile -> TalentBox --- src/App.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index fec4cc0..8affd42 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,19 +18,19 @@
- {{ Math.round(100 * topWins.blitz_pvp_ranked.Winner) }}% Win Rate - +
- {{ (100 * 6 * topPicks.blitz_pvp_ranked.Count / totalPicks.blitz_pvp_ranked).toFixed(2) }}% Pick Rate - +
@@ -50,7 +50,7 @@ -- cgit v1.3.1