Skip to content

Commit

Permalink
fix: update terms page last updated date (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy authored Aug 1, 2024
1 parent 8c556d8 commit fffc362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/CookieAndTermBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const CookieAndTermBanner = ({
<Grid item xs>
<Typography variant="body2" mb={2}>
By browsing this page, you accept our{' '}
<ExternalLink href={AppRoutes.terms}>Terms & Conditions</ExternalLink> (last updated July 2024) and the
<ExternalLink href={AppRoutes.terms}>Terms & Conditions</ExternalLink> (last updated August 2024) and the
use of necessary cookies. By clicking &quot;Accept all&quot; you additionally agree to the use of Beamer
and Analytics cookies as listed below. <ExternalLink href={AppRoutes.cookie}>Cookie policy</ExternalLink>
</Typography>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SafeTerms = () => (
<Typography variant="h1" mb={2}>
Terms and Conditions
</Typography>
<p>Last updated: July 2024.</p>
<p>Last updated: August 2024.</p>

<h3>1. What is the scope of the Terms?</h3>
<ol start={1}>
Expand Down

0 comments on commit fffc362

Please sign in to comment.