From d2fb8ac3471c98e80618f5c42dbd2ed728b91df9 Mon Sep 17 00:00:00 2001 From: anni <112425356+anipenguin@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:56:53 -0700 Subject: [PATCH] Update Welcome.tsx the original message was confusing and grammatically incorrect. changing it to "Every address can claim a maximum of 300,000 CKB per calendar month." effectively conveys the message that for each specific address or user, there is a limit of 300,000 CKB that they can claim within a single calendar month. This claimable amount resets at the start of each new month, allowing users to claim up to 300,000 CKB again in the following month. Signed-off-by: anni <112425356+anipenguin@users.noreply.github.com> --- app/javascript/components/Welcome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/components/Welcome.tsx b/app/javascript/components/Welcome.tsx index 0e52cd5..a31fd36 100644 --- a/app/javascript/components/Welcome.tsx +++ b/app/javascript/components/Welcome.tsx @@ -217,7 +217,7 @@ const Welcome: React.FC = ({ xl="5" className="justify-content-center content-container" > -

Every address can claim a fixed amount of 300,000 CKB in a month. The claimable amount will monthly update on the first day when you claim on this site.

+

Every address can claim a maximum of 300,000 CKB per calendar month.