diff --git a/src/components/FlashChart.vue b/src/components/FlashChart.vue
index 69cf65d..3abc2b3 100644
--- a/src/components/FlashChart.vue
+++ b/src/components/FlashChart.vue
@@ -4,9 +4,9 @@
- Count:Duration:
-
-
+ Count:
+
+
@@ -44,8 +44,8 @@ export default {
onBtn.classList.add('show')
toggle.value = 'total'
} else if (onBtn.classList.contains('show')) {
- offBtn.classList.add('show')
onBtn.classList.remove('show')
+ offBtn.classList.add('show')
toggle.value = 'duration'
}
}
@@ -190,7 +190,7 @@ export default {
margin: 1rem auto 0;
cursor: pointer;
- .fas {
+ .fa {
display: none;
margin-left: 5px;
diff --git a/src/views/Player.vue b/src/views/Player.vue
index 5bf99be..112ec23 100644
--- a/src/views/Player.vue
+++ b/src/views/Player.vue
@@ -22,7 +22,7 @@
title="Open steam profile">{{
store.state.playerDetails.name
}}
-
+