feat: improve TeamPanel
input placement
This commit is contained in:
@@ -114,7 +114,7 @@ export const Login = ({ onLogin }: LoginProps) => {
|
||||
{visible ? <Eye /> : <EyeSlash />}
|
||||
</div>
|
||||
</div>
|
||||
<div>{error && <span style={{ color: "red" }}>{error}</span>}</div>
|
||||
{error && <span style={{ color: "red" }}>{error}</span>}
|
||||
<button type="submit" value="login" style={{ fontSize: "small" }}>
|
||||
login
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user