Created
September 11, 2018 18:34
-
-
Save zbraniecki/e45aafea5d32caa3f8e26e3256f444c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Localized | |
id="create-account" | |
confirm={ | |
<button onClick={createAccount}></button> | |
} | |
cancel={ | |
<Link to="/"></Link> | |
}> | |
<p>{'<confirm>Create account</confirm> or <cancel>go back</cancel>.'}</p> | |
</Localized> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment