From f7c27f9d50295d22d707509c7122e8a276eef4d9 Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 28 May 2026 09:57:56 +0200 Subject: [PATCH] Dateien nach "frontend/src" hochladen --- frontend/src/App.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 53e7f84..c9debde 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -485,22 +485,22 @@ function QuickLinks({ toast, mobile }) { {/* Link-Grid */} {links.length === 0 && !editMode ?
Links können unter Einstellungen → Dashboard hinzugefügt werden.
- :
+ :
{links.map(l => (
+ textDecoration:'none', height: mobile?48:58, cursor:'pointer' }}> {l.icon && l.icon.startsWith('http') - ? e.target.style.display='none'}/> - : {l.icon}} - {l.title} + ? e.target.style.display='none'}/> + : {l.icon}} + {l.title}
))}