From 9a777a8b1881458abdaa76eeef8a2aa925ecadf2 Mon Sep 17 00:00:00 2001 From: Aram Becker Date: Tue, 2 May 2023 10:50:34 +0200 Subject: [PATCH] Style: fix bookshelf texture url --- client/assets/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/app.css b/client/assets/app.css index 3e0c98f30..cc9e59f91 100644 --- a/client/assets/app.css +++ b/client/assets/app.css @@ -5,7 +5,7 @@ @import './absicons.css'; :root { - --bookshelf-texture-img: url(~static//textures/wood_default.jpg); + --bookshelf-texture-img: url(~static/textures/wood_default.jpg); --bookshelf-divider-bg: linear-gradient(180deg, rgba(149, 119, 90, 1) 0%, rgba(103, 70, 37, 1) 17%, rgba(103, 70, 37, 1) 88%, rgba(71, 48, 25, 1) 100%); }