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}
))}