You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`FOLLOW_OWNER_USER_ID=${me?.handle||me?.id} # User id or handle of your follow account`,
71
71
`FOLLOW_DESCRIPTION=${instance?.description||`${me?.name}'s instance`} # The description of your instance`,
72
-
`FOLLOW_PRICE=${instance?.price||100} # The monthly price of your instance, set to 0 means free.`,
73
72
`FOLLOW_USER_LIMIT=${instance?.userLimit||1000} # The user limit of your instance, set it to 0 or 1 can make your instance private, leaving it empty means no restriction`,
Copy file name to clipboardExpand all lines: apps/landing/src/components/widgets/landing/SocialProof.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import { MagicCard } from '~/components/ui/magic-card'
7
7
consttweetList=[
8
8
{
9
9
id: '1833056589135442345',
10
-
text: "Very nice news aggregation, and it gives 2 power token everyday, so far I just try move front end people I followed in, haven't done yet, will try move more rss subscribe.",
10
+
text: "Very nice news aggregation. So far I just try move front end people I followed in, haven't done yet, will try move more rss subscribe.",
0 commit comments