Skip to content

Commit 6f304ae

Browse files
Fix auth page render
Remove duplicate GitHub link in Auth.tsx to restore page rendering and navigation. Ensure only one GitHub link remains and public UI mounts correctly. X-Lovable-Edit-ID: edt-0b1938fb-dc77-4c5a-8022-0c73fa7a184e
2 parents ab4770c + 98a4f60 commit 6f304ae

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/pages/auth/Auth.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,6 @@ export default function Auth() {
166166
<Github className="h-4 w-4" />
167167
GitHub
168168
</a>
169-
<a
170-
href={GITHUB_URL}
171-
target="_blank"
172-
rel="noopener noreferrer"
173-
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground transition-colors"
174-
>
175-
<Github className="h-4 w-4" />
176-
GitHub
177-
</a>
178169
</nav>
179170
</div>
180171

0 commit comments

Comments
 (0)