review feedback

This commit is contained in:
2023-02-10 10:40:16 +00:00
parent 33374e2987
commit 87b86e9a9d
2 changed files with 7 additions and 4 deletions

View File

@ -49,7 +49,7 @@
.login > div:nth-child(2) > div.artwork .zap-button { .login > div:nth-child(2) > div.artwork .zap-button {
display: inline-block; display: inline-block;
color: inherit; color: inherit;
background-color: inherit; background-color: unset;
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {

View File

@ -137,7 +137,10 @@ export default function LoginPage() {
return ( return (
<button type="button" onClick={doNip07Login}> <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> </button>
); );
} }
@ -170,12 +173,12 @@ export default function LoginPage() {
description="Explanation for public key only login is read-only" description="Explanation for public key only login is read-only"
/> />
</p> </p>
<a href=""> {/* <a href="">
<FormattedMessage <FormattedMessage
defaultMessage="Why is there no password field?" defaultMessage="Why is there no password field?"
description="Link to why your private key is your password" description="Link to why your private key is your password"
/> />
</a> </a>*/}
<div className="login-actions"> <div className="login-actions">
<button type="button" onClick={doLogin}> <button type="button" onClick={doLogin}>
<FormattedMessage defaultMessage="Login" description="Login button" /> <FormattedMessage defaultMessage="Login" description="Login button" />