From dd0515ce7fa9c5aae5d2e0da4e2363ee3f0595dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sun, 25 May 2025 18:52:08 +0200 Subject: [PATCH] - added tablet logo config (#8595) Co-authored-by: Sebastian Stein --- webapp/constants/logos.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/constants/logos.js b/webapp/constants/logos.js index d512f64b4..5295138a8 100644 --- a/webapp/constants/logos.js +++ b/webapp/constants/logos.js @@ -2,9 +2,11 @@ // this are the paths in the webapp export default { LOGO_HEADER_PATH: '/img/custom/logo-horizontal.svg', + LOGO_HEADER_TABLET_PATH: '/img/custom/logo-horizontal.svg', LOGO_HEADER_MOBILE_PATH: '/img/custom/logo-horizontal.svg', LOGO_HEADER_WIDTH: '260px', - LOGO_HEADER_MOBILE_WIDTH: '260px', + LOGO_HEADER_TABLET_WIDTH: '215px', + LOGO_HEADER_MOBILE_WIDTH: '170px', LOGO_HEADER_CLICK: { // externalLink: { // url: 'https://ocelot.social',