diff --git a/client/src/components/Form/SwitchToggle.vue b/client/src/components/Form/SwitchToggle.vue index f606ff1..1389992 100644 --- a/client/src/components/Form/SwitchToggle.vue +++ b/client/src/components/Form/SwitchToggle.vue @@ -11,7 +11,7 @@ :class="{'selected-label': selected}" for="toggle-on" class="inline-block py-1 rounded-l-full border-t-2 border-r border-b-2 border-l-2 border-teal-500 cursor-pointer" - >% + >{{ leftLabel }} Total + >{{ rightLabel }}
diff --git a/client/src/components/Match/DetailedMatch.vue b/client/src/components/Match/DetailedMatch.vue index 5d804ed..c690f80 100644 --- a/client/src/components/Match/DetailedMatch.vue +++ b/client/src/components/Match/DetailedMatch.vue @@ -9,7 +9,13 @@
- +
@@ -26,7 +32,7 @@