Skip to content

Commit ef008a7

Browse files
committed
fix login link styling issues
1 parent 21803e6 commit ef008a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/src/app/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function _renderLoginOptions(googleAuthAvailable: boolean | null, sessionId: str
188188
*/
189189
function _renderCodeLoginOption() {
190190
return (
191-
<Link href="/login/code" className="block">
191+
<Link href="/login/code" className="block no-underline">
192192
<div className="flex items-center justify-between h-16 px-6 hover:bg-muted/50 transition-colors cursor-pointer group">
193193
<div className="flex items-center gap-4">
194194
<div className="flex items-center justify-center w-8 h-8">

0 commit comments

Comments
 (0)