From bebf23e06f5871ece1c006c2a2b297a21908023b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 15 Feb 2023 16:46:16 +0000 Subject: [PATCH] feat: update text --- showcase.json | 13 +++++++------ src/components/common/ConnectButton.tsx | 2 +- src/pages/index.tsx | 6 +++--- src/queries/site.ts | 1 - 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/showcase.json b/showcase.json index b23addad..85f9a49d 100644 --- a/showcase.json +++ b/showcase.json @@ -13,15 +13,11 @@ "xtao", "polebug", "boyuand", - "coolcat", "139", - "just1lovewrl", "kanikig", "coosir", "0x1", "duogeyu", - "lastmelody", - "12138", "isheep", "henryqw", "twifag", @@ -39,7 +35,6 @@ "luftmonsch", "ventuss", "jingfelix", - "tongyi", "mayx", "tcj", "atlas", @@ -83,5 +78,11 @@ "dummm", "fuyuan", "ming5ming", - "jameshih" + "jameshih", + "cryptogirls", + "daidr", + "mekal-884", + "tommy-1329", + "harvey", + "xn--uurr57b0n7a-2881" ] diff --git a/src/components/common/ConnectButton.tsx b/src/components/common/ConnectButton.tsx index c96525c7..7ada79f6 100644 --- a/src/components/common/ConnectButton.tsx +++ b/src/components/common/ConnectButton.tsx @@ -146,7 +146,7 @@ export const ConnectButton: React.FC<{ }, { icon: , - label: "Switch Character", + label: "Switch Characters", onClick: selectCharactersModal.show, }, ] diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 46c5292c..4d8154b5 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -310,7 +310,7 @@ export default function Home() { Dashboard ) : ( - "Connect" + "Get started free" )} @@ -508,11 +508,11 @@ export default function Home() { href="/dashboard" className="text-accent inline-flex items-center space-x-2" > - + ) : ( )} diff --git a/src/queries/site.ts b/src/queries/site.ts index 22cc6240..6b92208c 100644 --- a/src/queries/site.ts +++ b/src/queries/site.ts @@ -50,7 +50,6 @@ export const useGetSubscription = (siteId: string | undefined) => { account?.type === "email" ? account.character?.handle : account?.handle const unidata = useUnidata() - console.log(["getSubscription", siteId, handle]) return useQuery(["getSubscription", siteId, handle], async () => { if (!handle || !siteId) { return false