From 1c4c257a1d00ec58ce0829da947f3400055057e3 Mon Sep 17 00:00:00 2001 From: Piethein Strengholt Date: Tue, 23 Jul 2024 11:39:12 +0200 Subject: [PATCH] fix background img location --- client/src/components/Quickbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Quickbar.vue b/client/src/components/Quickbar.vue index 4a92e1a9a..25923b70a 100644 --- a/client/src/components/Quickbar.vue +++ b/client/src/components/Quickbar.vue @@ -115,7 +115,7 @@ } #rssmonster.view-button { - background: url(../assets/images/monster.svg) 10px 10px no-repeat; + background: url(../assets/images/monster-dark.png) 10px 10px no-repeat; background-size: 20px 20px; max-width: 40px; min-width: 40px;