Skip to content

Commit

Permalink
Merge pull request #770 from hackclub/sign-in-margin-fix
Browse files Browse the repository at this point in the history
Shorten to prevent issues on mobile
  • Loading branch information
polytroper authored Nov 15, 2024
2 parents 57b385e + 6a3bb3f commit bc75d18
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' : 'Already in the Hack Club Slack?'}
{session ? 'Enter the Harbor' : "Already in Hack Club's Slack?"}
</a>
)
}

0 comments on commit bc75d18

Please sign in to comment.