From 2b45dc879958fe4663c310b232258e6b0b417d68 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 22 Nov 2021 19:08:39 +0100 Subject: [PATCH] fixed broken icon --- src/components/FlashChart.vue | 10 +++++----- src/views/Player.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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 }} - +