Skip to content

Commit

Permalink
fix(#273): wrap the link only around the Link word
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinaMurg committed Oct 21, 2024
1 parent 8429c4a commit 2640e7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/(main)/register/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,10 @@ const Register = (): JSX.Element => {
type="submit"
disabled={isDisabled}
/>
<LinkCustom href="/login">Login to get started playing</LinkCustom>
<p className="pb-4 font-normal leading-7 text-muted-foreground">
<LinkCustom href="/login">Login</LinkCustom>
{' '} to get started playing.
</p>
</form>
</Form>
</div>
Expand Down

0 comments on commit 2640e7d

Please sign in to comment.