- added tablet logo config (#8595)

Co-authored-by: Sebastian Stein <sebastian@codepassion.de>
This commit is contained in:
Wolfgang Huß 2025-05-25 18:52:08 +02:00 committed by GitHub
parent 630abc0241
commit dd0515ce7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',