review feedback

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

View File

@ -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) {

View File

@ -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" />