Skip to content

Commit

Permalink
Merge pull request #836 from Vizzuality/improve-tos-comments
Browse files Browse the repository at this point in the history
N/A [FE] Improve comments on ToS page
  • Loading branch information
SARodrigues authored Jan 30, 2024
2 parents a9ffb4f + 50b3ab9 commit 3190b95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/pages/terms-conditions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ export const getStaticProps = withLocalizedRequests(async ({ locale }) => {

type TermsConditionsProps = InferGetStaticPropsType<typeof getStaticProps>;

// CONTENT FROM: https://docs.google.com/document/d/1c-AEEilczfLNjzBZy11h0JGfft0elL-0/edit
// CONTENT FROM:
// EN: https://docs.google.com/document/d/1c-AEEilczfLNjzBZy11h0JGfft0elL-0/edit
// ES: https://docs.google.com/document/d/1HhMpS5OqEkBlYgmk3nOdWRH7toL82MaY/edit
// PT: https://docs.google.com/document/d/1hJGC7jH7snTLPn0zmNNgo3r5C6HvoDwd/edit

const TermsConditions: PageComponent<TermsConditionsProps, StaticPageLayoutProps> = () => {
const { formatMessage } = useIntl();
Expand Down

0 comments on commit 3190b95

Please sign in to comment.