Skip to content

Commit

Permalink
Merge pull request #765 from NeonGamerBot-QK/fix/slack-sign-in-button
Browse files Browse the repository at this point in the history
fix: "sign in with slack" -> "already in the hack club slack?" #762
  • Loading branch information
polytroper authored Nov 15, 2024
2 parents bfc58ea + b1323eb commit 57b385e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sign_in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async function SignIn({
className={`bg-white text-black p-2 px-3 sm:px-6 w-fit rounded-lg ${textSize} linkPop`}
href={session ? '/signpost' : slackAuthUrl}
>
{session ? 'Enter the Harbor' : 'Sign in with Hack Club Slack'}
{session ? 'Enter the Harbor' : 'Already in the Hack Club Slack?'}
</a>
)
}

0 comments on commit 57b385e

Please sign in to comment.