feat: update text
This commit is contained in:
parent
1056e0c2a4
commit
bebf23e06f
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue