From fa723fb81bb8af91b38a055b1e21c3afc019c5a1 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:28:56 +0400 Subject: feat/frontend: add dates to recent scores in homepage (#296) --- frontend/src/pages/Homepage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'frontend/src/pages/Homepage.tsx') diff --git a/frontend/src/pages/Homepage.tsx b/frontend/src/pages/Homepage.tsx index c0dbf68..d7b5158 100644 --- a/frontend/src/pages/Homepage.tsx +++ b/frontend/src/pages/Homepage.tsx @@ -226,7 +226,10 @@ const Homepage: React.FC = () => {
{score.map.name}
-
{score.score_count} { } portals
+
+ {score.score_count} portals + ยท {new Date(score.date).toISOString().split("T")[0]} +
))} -- cgit v1.2.3