updated social login text size

This commit was merged in pull request #865.
This commit is contained in:
victorAnumudu
2025-06-10 18:06:40 +01:00
parent 4fc109926c
commit ab8320a846
4 changed files with 53 additions and 52 deletions
+5 -4
View File
@@ -282,16 +282,17 @@ export default function SignUp({refer_link, details}) {
)}
</button>
<span
onClick={rememberMe}
// onClick={rememberMe}
className="cursor-default text-gray-400 font-medium text-[16.25px] leading-[24.375px] group-checked:text-white transition-all duration-200 group-checked:cursor-default"
>
I agree with all
<Link
href="#"
<a
target='_blank'
href={process.env.REACT_APP_TERMS_LINK}
className="font-semibold text-[#4687ba] hover:text-[#009ef7] transition mx-1 inline-block"
>
terms and condition
</Link>
</a>
</span>
</div>
</div>