From 2d4a77e8ed67d37d9408766cd0f5a7913658d715 Mon Sep 17 00:00:00 2001 From: Vivek Ganesan Date: Fri, 8 Dec 2023 08:47:54 +0530 Subject: [PATCH] =?UTF-8?q?Grammar=20touch-up=20+=201=20more=20tip=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index e11b57e3..e374e60f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -297,14 +297,15 @@ export const TOPICS = [ export const QUOTES = [ 'You can learn more about nostr here: https://usenostr.org', - 'Nostr have a lot of awesome clients, you can spend a bit of time to try https://snort.social', - 'Nostr have a lot of awesome clients, you can spend a bit of time to try https://iris.to', - 'Nostr have a lot of awesome clients, you can spend a bit of time to try https://primal.net', - 'Nostr have a lot of awesome clients, you can spend a bit of time to try https://nostrudel.ninja', + 'Nostr has a lot of awesome clients, you can spend a bit of time to try https://snort.social', + 'Nostr has a lot of awesome clients, you can spend a bit of time to try https://iris.to', + 'Nostr has a lot of awesome clients, you can spend a bit of time to try https://primal.net', + 'Nostr has a lot of awesome clients, you can spend a bit of time to try https://nostrudel.ninja', "If you're using iOS, you can use Nostr with https://damus.io", "If you're using Android, you can use Nostr with Amethyst", - 'If you want to curating and sharing your interests on Nostr, you can use https://pinstr.app', + 'If you want to curate and share your interests on Nostr, you can use https://pinstr.app', 'If you want to post anonymously on Nostr, you can use https://www.get-tao.app', - 'If you want to read in-depth content and high quality insight, you can use https://habla.news', - 'You can send secure message on Nostr with https://0xchat.com/', + 'If you want to read in-depth content and high quality insights, you can use https://habla.news', + 'You can send secure messages on Nostr with https://0xchat.com/', + 'Are you a fan of following topics, instead of people? Use https://zapddit.com', ];