Skip to content

Commit ae2a869

Browse files
committed
chore: minor text change
1 parent 93bf0b6 commit ae2a869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/channels.$channel.join.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
7878

7979
// airstack
8080
const user = await parseMessageWithAirstack(data);
81-
console.log(user);
81+
// console.log(user);
8282
// check if following
8383
const isFollowing = await isFollowingChannel({ channel: channelId, fid: user.fid });
8484
if (!isFollowing) {
@@ -211,7 +211,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
211211
text: "Try again",
212212
},
213213
{
214-
text: "Check Reason",
214+
text: "Check why",
215215
link: `${getSharedEnv().hostUrl}/channels/${channelId}?fid=${user.fid}`,
216216
},
217217
...(needChannelFanToken

0 commit comments

Comments
 (0)