From cd56416e3fc8d7148673e7b0e8214e5529260b4e Mon Sep 17 00:00:00 2001 From: kerooke <102937001+kerooke@users.noreply.github.com> Date: Sun, 11 Dec 2022 13:30:35 -0500 Subject: [PATCH 1/3] Update satistics.js --- pages/satistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/satistics.js b/pages/satistics.js index 97cbacea..58085d8c 100644 --- a/pages/satistics.js +++ b/pages/satistics.js @@ -93,7 +93,7 @@ function Detail ({ fact }) { return ( <>
- SN gives the sats it earns back to its best users daily. These sats come from jobs, boost, and posting fees. + SN distributes the sats it earns back to its best users daily. These sats come from jobs, boosts, posting fees, and donations. You can see the daily rewards pool and make a donation here.
) From 24263120f3239df9c148a932764f692aa2edfec8 Mon Sep 17 00:00:00 2001 From: kerooke <102937001+kerooke@users.noreply.github.com> Date: Sun, 11 Dec 2022 13:31:44 -0500 Subject: [PATCH 2/3] Update notifications.js --- components/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/notifications.js b/components/notifications.js index 4b4fd57c..85879bd9 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -83,7 +83,7 @@ function Notification ({ n }) { {n.sources.tips > 0 && {(n.sources.comments > 0 || n.sources.posts > 0) && ' \\ '}{n.sources.tips} sats for tipping top content early} }
- SN distributes the sats it earns back to its best users daily. These sats come from jobs, boost, and posting fees. + SN distributes the sats it earns back to its best users daily. These sats come from jobs, boosts, posting fees, and donations. You can see the daily rewards pool and make a donation here.
From f35002dbbf056ed13dc8620b66ff77e70f277a3c Mon Sep 17 00:00:00 2001 From: kerooke <102937001+kerooke@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:40:45 -0500 Subject: [PATCH 3/3] Update login.js --- components/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/login.js b/components/login.js index cbae1f64..6025b81a 100644 --- a/components/login.js +++ b/components/login.js @@ -61,7 +61,7 @@ export default function Login ({ providers, callbackUrl, error, Header }) {
{Header &&
}
- Not registered? Just login, we'll automatically create an account. + Join 9,000+ Bitcoiners and start stacking sats today.
{errorMessage && setErrorMessage(undefined)} dismissible>{errorMessage}}