diff options
Diffstat (limited to 'src/lib/auth/components/RegisterDesktop.jsx')
| -rw-r--r-- | src/lib/auth/components/RegisterDesktop.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/RegisterDesktop.jsx b/src/lib/auth/components/RegisterDesktop.jsx index f624fba7..93b505ab 100644 --- a/src/lib/auth/components/RegisterDesktop.jsx +++ b/src/lib/auth/components/RegisterDesktop.jsx @@ -92,7 +92,7 @@ const RegisterDesktop = () => { /> </div> <ReCAPTCHA ref={recaptchaRef} sitekey={process.env.NEXT_PUBLIC_RECAPTCHA_GOOGLE} /> - <div class='flex items-center mt-4 '> + <div className='flex items-center mt-4 '> <input type='checkbox' id='sdk' |
