From f3b3f2bd5a7bd73787a17f6479ea931bb86312c9 Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 12 Aug 2025 16:53:51 +0800 Subject: [PATCH] fix content overflow --- frontend/src/pages/activities_page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/activities_page.tsx b/frontend/src/pages/activities_page.tsx index 50927d6..37346bb 100644 --- a/frontend/src/pages/activities_page.tsx +++ b/frontend/src/pages/activities_page.tsx @@ -170,8 +170,8 @@ function ActivityCard({ activity }: { activity: Activity }) { src={network.getUserAvatar(activity.user!)} /> - {activity.user?.username} - + {activity.user?.username} + {messages[activity.type]}