diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index f7cb21d..4c19753 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -459,14 +459,14 @@ function QuickLinks({ toast, mobile }) {
+ textDecoration:'none', height: mobile?58:72, cursor:'pointer' }}>
{l.icon && l.icon.startsWith('http')
- ? e.target.style.display='none'}/>
- : {l.icon}}
+ ?
e.target.style.display='none'}/>
+ : {l.icon}}
{l.title}
@@ -610,14 +610,12 @@ function Notepad({ toast }) {
return (