Skip to content

Commit 2c5963e

Browse files
committed
push
1 parent 42e0613 commit 2c5963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/home/OpenSource.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export default function OpenSource() {
401401
<StatBox
402402
title="# Feature Discussions"
403403
mainValue={ideasCount.toLocaleString()}
404-
subtitle={`last thread ${formatTimeDiff(latestIdeasActivity)}`}
404+
subtitle={`threads (last ${formatTimeDiff(latestIdeasActivity)})`}
405405
linkHref="/ideas"
406406
isExternal={true}
407407
discussions={ideasDiscussionsTop50}

0 commit comments

Comments
 (0)