changes and scroll top

This commit is contained in:
priyanshuvish
2025-09-05 15:06:26 +05:30
parent a4251d8481
commit cff8173987
14 changed files with 2102 additions and 237 deletions

View File

@@ -394,11 +394,15 @@ export function SelfLearnerSignUp() {
}}
>
I agree to the{' '}
<span className="text-blue-600 hover:text-blue-700 cursor-pointer">
<span className="text-blue-600 hover:text-blue-700 cursor-pointer"
onClick={() => navigateTo('/term-condition')}
>
Terms of Service
</span>{' '}
and{' '}
<span className="text-blue-600 hover:text-blue-700 cursor-pointer">
<span className="text-blue-600 hover:text-blue-700 cursor-pointer"
onClick={() => navigateTo('/privacy-policy')}
>
Privacy Policy
</span>
</Label>