From f9e564fc9bfeaa6b7462b582bcb8bb6265ada078 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Wed, 6 Nov 2024 09:26:07 +0100 Subject: [PATCH] fix(style): Remove classes that were overriding new Artist Card styles --- front/src/components/artist/Card.vue | 2 +- front/src/components/artist/style.module.scss | 28 ------------------- front/src/components/library/Artists.vue | 2 +- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 front/src/components/artist/style.module.scss diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index aa55b94af..6a3542a2d 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -26,7 +26,7 @@ const image = artist.cover