Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit f14fdec

Browse files
committed
fixed typo in ReCAPTCHA branding
1 parent cfcaa4b commit f14fdec

File tree

1 file changed

+1
-2
lines changed
  • app/frontend/src/components/DislaimerModal

1 file changed

+1
-2
lines changed

app/frontend/src/components/DislaimerModal/Modal.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ export const DisclaimerModal: React.FC = () => {
5858
<p>For more information on GovGPT, see our Frequently Asked Questions.</p>
5959
<br></br>
6060
<p>
61-
This site is protected by reCAPTCHA and the Google
62-
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
61+
This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and{" "}
6362
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
6463
</p>
6564
</DialogContent>

0 commit comments

Comments
 (0)