mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-04 06:43:08 +00:00
Merge pull request #18 from waku-org/weboko/follow-up-2
bug: fix lint error
This commit is contained in:
commit
ab60583fc8
@ -14,7 +14,7 @@ export default function KeystorePage() {
|
|||||||
return (
|
return (
|
||||||
<main className="flex min-h-screen flex-col p-6 font-mono max-w-screen-lg">
|
<main className="flex min-h-screen flex-col p-6 font-mono max-w-screen-lg">
|
||||||
<Header />
|
<Header />
|
||||||
<p className="text-xl">Seems you don't have MetaMask installed. Please, install and reload the page.</p>
|
<p className="text-xl">Seems you do not have MetaMask installed. Please, install and reload the page.</p>
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@ export default function KeystorePage() {
|
|||||||
<main className="flex min-h-screen flex-col p-6 font-mono max-w-screen-lg">
|
<main className="flex min-h-screen flex-col p-6 font-mono max-w-screen-lg">
|
||||||
<Header onWalletConnect={onWalletConnect}>
|
<Header onWalletConnect={onWalletConnect}>
|
||||||
<Status text="Application status" mark={appStatus} />
|
<Status text="Application status" mark={appStatus} />
|
||||||
{wallet && <p className="mt-3 text-sm">Wallet connected: {wallet}</p> }
|
{ wallet && <p className="mt-3 text-sm">Wallet connected: {wallet}</p> }
|
||||||
</Header>
|
</Header>
|
||||||
<Keystore />
|
<Keystore />
|
||||||
<KeystoreDetails />
|
<KeystoreDetails />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user