Skip to content

Commit

Permalink
correct icon for user register page
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 9, 2024
1 parent 1680eda commit d091bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Users/UserAdd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@ export const UserAdd = (props: UserProps) => {
className="inline-block rounded border border-gray-600 bg-gray-50 px-4 py-2 text-gray-600 transition hover:bg-gray-100"
target="_blank"
>
<CareIcon icon="l-info-circle" className="text-lg" /> &nbsp;Need Help?
<CareIcon icon="l-question-circle" className="text-lg" /> &nbsp;Need
Help?
</Link>
}
backUrl="/users"
Expand Down

0 comments on commit d091bdc

Please sign in to comment.