New account wizard: soften the title to not say Error!

master
Tom Hacohen 4 years ago
parent e9a99c9404
commit 8aa90ed86d

@ -129,7 +129,7 @@ export default function WizardPage() {
return ( return (
<Container> <Container>
<div style={{ display: "flex", flexDirection: "column", flex: 1, justifyContent: "center", alignItems: "center" }}> <div style={{ display: "flex", flexDirection: "column", flex: 1, justifyContent: "center", alignItems: "center" }}>
<h2 style={{ textAlign: "center" }}>Error!</h2> <h2 style={{ textAlign: "center" }}>Important</h2>
<p style={{ textAlign: "center" }}> <p style={{ textAlign: "center" }}>
{syncError?.message} {syncError?.message}
</p> </p>

Loading…
Cancel
Save