Skip to content

Commit

Permalink
list terms of service
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Nov 11, 2023
1 parent 3a16d02 commit 3011c34
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/playground/render-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,20 @@ const Footer = () => (
</a>
</div>
<div className={styles.footerSection}>
<a href="terms.html">
<FormattedMessage
defaultMessage="Terms of Service"
description="Link to Terms of Service"
id="pm.terms"
/>
</a>
<a href="privacy.html">
<FormattedMessage
defaultMessage="Privacy Policy"
description="Link to privacy policy"
id="tw.privacy"
/>
</a>
<a href="https://discord.gg/NZ9MBMYTZh">
<FormattedMessage
defaultMessage="Feedback & Bugs"
Expand All @@ -208,13 +222,6 @@ const Footer = () => (
id="tw.code"
/>
</a>
<a href="privacy.html">
<FormattedMessage
defaultMessage="Privacy Policy"
description="Link to privacy policy"
id="tw.privacy"
/>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 3011c34

Please sign in to comment.