feat: update text

This commit is contained in:
DIYgod 2023-02-15 16:46:16 +00:00
parent 1056e0c2a4
commit bebf23e06f
No known key found for this signature in database
4 changed files with 11 additions and 11 deletions

View File

@ -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"
]

View File

@ -146,7 +146,7 @@ export const ConnectButton: React.FC<{
},
{
icon: <ArrowPathRoundedSquareIcon className="w-4 h-4" />,
label: "Switch Character",
label: "Switch Characters",
onClick: selectCharactersModal.show,
},
]

View File

@ -310,7 +310,7 @@ export default function Home() {
<span>Dashboard</span>
</>
) : (
"Connect"
"Get started free"
)}
</Button>
</div>
@ -508,11 +508,11 @@ export default function Home() {
href="/dashboard"
className="text-accent inline-flex items-center space-x-2"
>
<Button size="xl">Try {APP_NAME} Today</Button>
<Button size="xl">Get started free</Button>
</UniLink>
) : (
<Button onClick={tryNow} size="xl">
Try {APP_NAME} Today
Get started free
</Button>
)}
</div>

View File

@ -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