From a4f8836f96165fba34064e597df6e7d90e2ebbf4 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh <hi@midhun.dev> Date: Fri, 18 Feb 2022 17:14:57 +0530 Subject: [PATCH] Fix wrong path --- src/ui/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/styles/style.css b/src/ui/styles/style.css index 44917e5..a04ea0e 100644 --- a/src/ui/styles/style.css +++ b/src/ui/styles/style.css @@ -138,7 +138,7 @@ body { } .RoomHeaderView_menu_minimize { - background: url("./ui/res/chevron-down.svg") no-repeat center; + background: url("../res/chevron-down.svg") no-repeat center; height: 20px; width: 20px; border: none; -- GitLab