mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 02:40:14 +01:00
style: Login and registration 🛂 (#1214)
This commit is contained in:
parent
cc39074e0a
commit
ebe62ad250
5 changed files with 40 additions and 45 deletions
|
|
@ -39,7 +39,7 @@ function Login() {
|
|||
<p className="my-4 text-center text-sm font-light text-gray-700">
|
||||
{' '}
|
||||
{localize('com_auth_no_account')}{' '}
|
||||
<a href="/register" className="p-1 text-green-500 hover:underline">
|
||||
<a href="/register" className="p-1 font-medium text-green-500 hover:underline">
|
||||
{localize('com_auth_sign_up')}
|
||||
</a>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue