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.

Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII committed Dec 17, 2024
1 parent d0a5900 commit 68b31c0
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 68b31c0

Please sign in to comment.