diff --git a/front/src/components/library/TagDetail.vue b/front/src/components/library/TagDetail.vue
index 1e7823a00..19f5c92d6 100644
--- a/front/src/components/library/TagDetail.vue
+++ b/front/src/components/library/TagDetail.vue
@@ -8,6 +8,9 @@ import TrackWidget from '~/components/audio/track/Widget.vue'
import AlbumWidget from '~/components/album/Widget.vue'
import ArtistWidget from '~/components/artist/Widget.vue'
import RadioButton from '~/components/radios/Button.vue'
+import Layout from '~/components/ui/Layout.vue'
+import Button from '~/components/ui/Button.vue'
+import Spacer from '~/components/ui/Spacer.vue'
interface Props {
id: string
@@ -24,81 +27,87 @@ const labels = computed(() => ({
-
-
-
+
+
+
-
-
{{ t('components.library.TagDetail.link.moderation') }}
-
+
+
-
-
-
-
-
- {{ t('components.library.TagDetail.link.artists') }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('components.library.TagDetail.link.albums') }}
-
-
-
-
-
-
-
- {{ t('components.library.TagDetail.header.tracks') }}
-
-
-
-
-
-
+
+
+
+
+
+ {{ t('components.library.TagDetail.link.artists') }}
+
+
+
+
+
+
+
+
+
+
+ {{ t('components.library.TagDetail.link.albums') }}
+
+
+
+
+
+
+ {{ t('components.library.TagDetail.header.tracks') }}
+
+
+
+
+
+