From 9f39e7f7e88a93d22f8f386c1b27feb70c870c6d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 31 Mar 2026 22:46:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=80=BB=E8=A7=88?= =?UTF-8?q?=E9=A1=B5=E5=B8=B8=E7=94=A8=E4=B9=A6=E7=AD=BE=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E5=8A=A8=E7=94=BB=E6=8A=96=E5=8A=A8=20?= =?UTF-8?q?=E2=80=94=20=E7=A7=BB=E9=99=A4=E5=B5=8C=E5=A5=97=20motion=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E9=87=8D=E5=A4=8D=20y=20=E5=81=8F?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/server/src/routes/_protected/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/server/src/routes/_protected/index.tsx b/apps/server/src/routes/_protected/index.tsx index a14bc65..6564421 100644 --- a/apps/server/src/routes/_protected/index.tsx +++ b/apps/server/src/routes/_protected/index.tsx @@ -81,19 +81,18 @@ function DashboardPage() { {topBookmarks.map((bookmark: { id: string; name: string; url: string; icon: string | null }) => { const Icon = (bookmark.icon && allIcons[bookmark.icon]) || icons.Globe return ( -
{bookmark.name} -
+ ) })}