Skip to content

Commit

Permalink
better ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Nov 1, 2023
1 parent 7d79d62 commit 5e97d6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/privacy-policy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const privacyPolicy = (
* Open https://magic.reactjs.net/htmltojsx.htm
* Uncheck the "create class" box
* Paste the copied html into the left box
* Copy the JS code from the right box into this space
* Copy the JS code from the right box into this space, replacing everything within the parenthesis'
* If applicable, remove the following:
* - the title and logo from the jsx
* - all "fontFamily" and "backgroundColor: '#ffffff'" style attributes
Expand Down
2 changes: 1 addition & 1 deletion pages/terms-and-conditions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const termsAndConditions = (
* Open https://magic.reactjs.net/htmltojsx.htm
* Uncheck the "create class" box
* Paste the copied html into the left box
* Copy the JS code from the right box into this space
* Copy the JS code from the right box into this space, replacing everything within the parenthesis'
* If applicable, remove the following:
* - the title and logo from the jsx
* - all "fontFamily" and "backgroundColor: '#ffffff'" style attributes
Expand Down
5 changes: 3 additions & 2 deletions pages/terms-of-use/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default TermsOfUse

const termsOfUse = (
<div>
Delete this text and the div! Just needed this so that the build would not fail.
{/* Delete this text and the div! Just needed this so that the build would not fail. */}
Place the JS for the Terms of Use here.
{/*
* How to add the proper html to this page:
*
Expand All @@ -21,7 +22,7 @@ const termsOfUse = (
* Open https://magic.reactjs.net/htmltojsx.htm
* Uncheck the "create class" box
* Paste the copied html into the left box
* Copy the JS code from the right box into this space
* Copy the JS code from the right box into this space, replacing everything within the parenthesis'
* If applicable, remove the following:
* - the title and logo from the jsx
* - all "fontFamily" and "backgroundColor: '#ffffff'" style attributes
Expand Down

0 comments on commit 5e97d6c

Please sign in to comment.