From fded3e7fd5978c11b05a1ca2c0f5c6b13c04b936 Mon Sep 17 00:00:00 2001 From: Justman10000 Date: Sun, 3 Oct 2021 20:16:37 +0000 Subject: [PATCH] Formatting update (Warning! Since this is displayed horizontally and not vertically, you have to reprogram this again...) --- src/components/pages/LinkAnalyzer.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/pages/LinkAnalyzer.vue b/src/components/pages/LinkAnalyzer.vue index 5001754..2bc2522 100644 --- a/src/components/pages/LinkAnalyzer.vue +++ b/src/components/pages/LinkAnalyzer.vue @@ -118,6 +118,10 @@ {{ $t('linkAnalyzer.table.genres') }} {{ data.genres.data.map(x => x.name).join('; ') }} + + {{ $t('linkAnalyzer.table.countries') }} + {{ country[0] }} - {{ country[1] }} +
@@ -125,10 +129,6 @@ {{ $t('linkAnalyzer.table.tracklist') }}
- -
-

{{ country[0] }} - {{ country[1] }}

-