review feedback
This commit is contained in:
parent
33374e2987
commit
87b86e9a9d
@ -49,7 +49,7 @@
|
||||
.login > div:nth-child(2) > div.artwork .zap-button {
|
||||
display: inline-block;
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
|
@ -137,7 +137,10 @@ export default function LoginPage() {
|
||||
|
||||
return (
|
||||
<button type="button" onClick={doNip07Login}>
|
||||
Login with Extension (NIP-07)
|
||||
<FormattedMessage
|
||||
defaultMessage="Login with Extension (NIP-07)"
|
||||
description="Login button for NIP7 key manager extension"
|
||||
/>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
@ -170,12 +173,12 @@ export default function LoginPage() {
|
||||
description="Explanation for public key only login is read-only"
|
||||
/>
|
||||
</p>
|
||||
<a href="">
|
||||
{/* <a href="">
|
||||
<FormattedMessage
|
||||
defaultMessage="Why is there no password field?"
|
||||
description="Link to why your private key is your password"
|
||||
/>
|
||||
</a>
|
||||
</a>*/}
|
||||
<div className="login-actions">
|
||||
<button type="button" onClick={doLogin}>
|
||||
<FormattedMessage defaultMessage="Login" description="Login button" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user