Skip to content

Commit

Permalink
Merge pull request #262 from Aliahmaad/patch-2
Browse files Browse the repository at this point in the history
Update LoginForm.tsx
Vandivier authored Jun 11, 2024
2 parents 9a3b378 + d6cb829 commit 6d37cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth)/components/LoginForm.tsx
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ export const LoginForm = (props: LoginFormProps) => {
</Form>

<div className="mt-4">
Or <Link href="/signup">Sign Up</Link>
Or <Link href="/signup" className="underline">Sign Up</Link>
</div>
</div>
)

0 comments on commit 6d37cfa

Please sign in to comment.