Update signup toggle button text
cgen-79f9073f5bed424f974abf6a97f87496
This commit is contained in:
parent
eab528f76c
commit
64136b1fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ export default function Login() {
|
|||
onClick={() => setIsSignUp(!isSignUp)}
|
||||
className="text-aethex-400 hover:underline font-medium"
|
||||
>
|
||||
Join AeThex
|
||||
{isSignUp ? "Sign In" : "Join AeThex"}
|
||||
</button>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue