feat: comment out registration link in LoginForm component
This commit is contained in:
parent
c0a1879c95
commit
1f91f09777
@ -410,7 +410,7 @@ export default function LoginForm() {
|
||||
fontSize: isMobile ? '0.875rem' : isTablet ? '0.9rem' : undefined,
|
||||
}}
|
||||
>
|
||||
<a href="/register" className="px-3 bg-white text-[#8D6B1D]">Noch kein Account?</a>
|
||||
{/* <a href="/register" className="px-3 bg-white text-[#8D6B1D]">Noch kein Account?</a> */}
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
||||
Loading…
Reference in New Issue
Block a user