Skip to content

Commit

Permalink
Add last reviewed verbiage to policy pages (#183)
Browse files Browse the repository at this point in the history
Fixes TT-45
  • Loading branch information
jazzdan authored Apr 1, 2024
1 parent 15bf97c commit 9d954d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sections/legal/policy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const Policy: FC = () => {
Privacy Policy
</Heading>
<span>Effective date: 8 Feb 2023</span>
<span>Last reviewed: 2 Apr 2024</span>
</div>
<div className={s.content}>
<p>
Expand Down
1 change: 1 addition & 0 deletions src/components/sections/legal/terms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const TermsOfService: FC = () => {
Terms of Use
</Heading>
<span>Efective date: 28 MAR 2023</span>
<span>Last reviewed: 2 Apr 2024</span>
</div>

<div className={s.content}>
Expand Down

0 comments on commit 9d954d8

Please sign in to comment.