From a7d5c40a39a2b6869c22e1630b51b7a5f91dc94e Mon Sep 17 00:00:00 2001 From: thislight Date: Sat, 14 Sep 2024 12:28:22 +0800 Subject: [PATCH] RegularToot: fix time display problem --- src/timelines/RegularToot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timelines/RegularToot.tsx b/src/timelines/RegularToot.tsx index 1912f90..97178c3 100644 --- a/src/timelines/RegularToot.tsx +++ b/src/timelines/RegularToot.tsx @@ -187,7 +187,7 @@ function TootAuthorGroup(props: { status: mastodon.v1.Status; now: Date }) { }} /> @{toot().account.username}@{new URL(toot().account.url).hostname}