We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5375b6c commit 1432f54Copy full SHA for 1432f54
lib/components/email-connect.tsx
@@ -75,7 +75,7 @@ export default function EmailConnect(props: {
75
</div>
76
77
<div className='xc-text-center xc-text-sm xc-text-gray-400'>
78
- Not get it? {count ? `Recend in ${count}s` : <button id="sendCodeButton" onClick={props.onResendCode}>Send again</button>}
+ Not get it? {count ? `Resend in ${count}s` : <button id="sendCodeButton" onClick={props.onResendCode}>Send again</button>}
79
80
<div id="captcha-element"></div>
81
</TransitionEffect>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codatta-connect",
3
- "version": "2.3.2-SPC002",
+ "version": "2.3.2-SPC003",
4
"type": "module",
5
"main": "./dist/index.umd.js",
6
"module": "./dist/index.es.js",
0 commit comments