diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-20 15:53:01 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-20 15:53:01 +0700 |
| commit | 0427b70917d7623d5de1969b99e9c198c38ccca7 (patch) | |
| tree | c2a4774a3f6ded5ab2f279e0533dece9142a3325 /src-migrate/modules/register/components/RegistrasiBisnis.tsx | |
| parent | 1d3f68f4a61bb084938523dea2869087f915bf61 (diff) | |
<iman< update new register
Diffstat (limited to 'src-migrate/modules/register/components/RegistrasiBisnis.tsx')
| -rw-r--r-- | src-migrate/modules/register/components/RegistrasiBisnis.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-migrate/modules/register/components/RegistrasiBisnis.tsx b/src-migrate/modules/register/components/RegistrasiBisnis.tsx index 2c429f2d..e454ff9c 100644 --- a/src-migrate/modules/register/components/RegistrasiBisnis.tsx +++ b/src-migrate/modules/register/components/RegistrasiBisnis.tsx @@ -132,6 +132,8 @@ const RegistrasiBisnis = () => { )} </div> </div> + <h1 className=""></h1> + <FormCaptcha /> <TermCondition /> <button type="submit" @@ -141,7 +143,6 @@ const RegistrasiBisnis = () => { > {mutation.isLoading ? 'Loading...' : 'Daftar'} </button> - <FormCaptcha /> </> ); }; |
