summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/RegisterDesktop.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components/RegisterDesktop.jsx')
-rw-r--r--src/lib/auth/components/RegisterDesktop.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/RegisterDesktop.jsx b/src/lib/auth/components/RegisterDesktop.jsx
index 5f0caf73..ac6ac960 100644
--- a/src/lib/auth/components/RegisterDesktop.jsx
+++ b/src/lib/auth/components/RegisterDesktop.jsx
@@ -91,14 +91,14 @@ const RegisterDesktop = () => {
</div>
<div class="flex items-center mt-4 ">
<input type="checkbox" id='sdk' className='form-input flex items-start w-fit mr-2' required />
- <label onClick={() => setTnd(true)} className='inline cursor-pointer text-red_r-10'>Syarat dan Ketentuan</label>
+ <label onClick={() => setTnd(true)} className='inline cursor-pointer text-danger-500'>Syarat dan Ketentuan</label>
</div>
<button
type='submit'
className='btn-yellow w-full mt-2'
disabled={!isValid || isLoading}
>
- {!isLoading ? 'Masuk' : 'Loading...'}
+ {!isLoading ? 'Daftar' : 'Loading...'}
</button>
</form>