Skip to content

Commit

Permalink
[ES-2014] Fixed the issue in displaying the mouse cursor pointer on h…
Browse files Browse the repository at this point in the history
…overing the links in the account setup page in signup-ui. (mosip#480)

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
gk-4VII authored and ase-101 committed Dec 18, 2024
1 parent e8f19e5 commit d411265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signup-ui/src/pages/SignUpPage/AccountSetup/AccountSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,14 @@ export const AccountSetup = ({ settings, methods }: AccountSetupProps) => {
components={{
TermsAndConditionsAnchor: (
<span
className="text-primary underline"
className="text-primary underline hover:cursor-pointer"
aria-label="Terms and Conditions"
onClick={onOpenTerm}
/>
),
PrivacyPolicyAnchor: (
<span
className="text-primary underline"
className="text-primary underline hover:cursor-pointer"
aria-label="Terms and Conditions"
onClick={onOpenPrivacy}
/>
Expand Down

0 comments on commit d411265

Please sign in to comment.