mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-05-21 01:29:34 +00:00
fix typo
This commit is contained in:
parent
203e7e1c29
commit
76cd712c90
@ -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 not 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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user