diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue
index e2edc29bb..05ef94927 100644
--- a/front/src/components/artist/Card.vue
+++ b/front/src/components/artist/Card.vue
@@ -7,6 +7,7 @@ import { useI18n } from 'vue-i18n'
import PlayButton from '~/components/audio/PlayButton.vue'
import TagsList from '~/components/tags/List.vue'
import Card from '~/components/ui/Card.vue'
+import Spacer from '~/components/ui/Spacer.vue'
import type { Artist } from '~/types'
@@ -46,6 +47,7 @@ const imageUrl = computed(() => cover.value?.urls.original