summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-10 14:07:50 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:19 +0100
commit25e559f9104ef4ff029b863c3d8898ad5a1c190b (patch)
tree30b09bd7c7d894d091ffed991ddbfc8f3254e5b7 /src
parent04d670f6e2e1f62305c94d03e7b9c0ad6e60f6f3 (diff)
downloadbrokentalents-25e559f9104ef4ff029b863c3d8898ad5a1c190b.tar.gz
brokentalents-25e559f9104ef4ff029b863c3d8898ad5a1c190b.zip
add missing space in tab title
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index e83f5ea..cb3108b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -39,7 +39,7 @@
</b-tab-item>
<b-tab-item label="Battle Royale">
- <h2 class="title is-2">Battle RoyaleHero Statistics</h2>
+ <h2 class="title is-2">Battle Royale Hero Statistics</h2>
<report-table :report="reports.casual_aral" :totalPicks="totalPicks.casual_aral"></report-table>
</b-tab-item>
</b-tabs>