Skip to content

Commit

Permalink
fix(ui): Fixed accessibility of terms of use and privacy on login page (
Browse files Browse the repository at this point in the history
#1212)


Resolves #1196

Signed-off-by: shubhay09 <82525849+shubhay09@users.noreply.github.com>
Co-authored-by: Elliot Courant <me@elliotcourant.dev>
  • Loading branch information
shubhay09 and elliotcourant committed Nov 16, 2022
1 parent c29d37e commit 4523237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/Authentication/Registration/RegisterView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ export default function RegisterView(): JSX.Element {
<Fragment>
I agree to monetr's&nbsp;
<a
className="hover:text-blue-500 hover:underline"
className="hover:text-blue-500 hover:underline focus:ring-2 focus:ring-blue-500 focus:underline"
href='https://github.com/monetr/legal/blob/main/TERMS_OF_USE.md'>
Terms of Use
</a> and&nbsp;
<a
className="hover:text-blue-500 hover:underline"
className="hover:text-blue-500 hover:underline focus:ring-2 focus:ring-blue-500 focus:underline"
href='https://github.com/monetr/legal/blob/main/PRIVACY.md'
>
Privacy Policy
Expand Down

0 comments on commit 4523237

Please sign in to comment.