Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
fix boilerplate trans element
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmaerten committed Oct 23, 2021
1 parent aa9916d commit e3d1b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluco-check-frontend/src/components/Boilerplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Boilerplate({ handleSignoutClicked }: BoilerplateProps) {
<Link href={`${TERMS_AND_CONDITIONS_URL}/${t("i18nCode")}`}>
Terms of Service
</Link>
{" and "}
and{" "}
<Link href={`${PRIVACY_URL}/${t("i18nCode")}`}>Privacy Policy</Link>
.
</Trans>
Expand Down

0 comments on commit e3d1b7e

Please sign in to comment.