Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorpoeti8 <ezzati.upt@gmail.com>2020-05-31 10:52:48 +0300
committerpoeti8 <ezzati.upt@gmail.com>2020-05-31 10:52:48 +0300
commit831eb7150be9bd19b962f930e244a93a854ff6e6 (patch)
tree88cfb8f0784a1ae9f5d6504c4711f09483f93a53 /client
parent68f637964db5cc304dbd95dc347eb85d1d46dfba (diff)
fix: remove $ typo
Diffstat (limited to 'client')
-rw-r--r--client/pages/terms.tsx33
1 files changed, 16 insertions, 17 deletions
diff --git a/client/pages/terms.tsx b/client/pages/terms.tsx
index 8ae0fd5..8e19d67 100644
--- a/client/pages/terms.tsx
+++ b/client/pages/terms.tsx
@@ -8,7 +8,7 @@ const TermsPage = () => (
<AppWrapper>
{/* TODO: better container */}
<Col width={600} maxWidth="97%" alignItems="flex-start">
- <h3>${process.env.SITE_NAME} Terms of Service</h3>
+ <h3>{process.env.SITE_NAME} Terms of Service</h3>
<p>
By accessing the website at{" "}
<a href={`https://${process.env.DEFAULT_DOMAIN}`}>
@@ -22,35 +22,34 @@ const TermsPage = () => (
copyright and trademark law.
</p>
<p>
- In no event shall ${process.env.SITE_NAME} or its suppliers be liable
- for any damages (including, without limitation, damages for loss of data
- or profit, or due to business interruption) arising out of the use or
+ In no event shall {process.env.SITE_NAME} or its suppliers be liable for
+ any damages (including, without limitation, damages for loss of data or
+ profit, or due to business interruption) arising out of the use or
inability to use the materials on {process.env.DEFAULT_DOMAIN} website,
- even if ${process.env.SITE_NAME} or a ${process.env.SITE_NAME}{" "}
- authorized representative has been notified orally or in writing of the
- possibility of such damage. Because some jurisdictions do not allow
- limitations on implied warranties, or limitations of liability for
- consequential or incidental damages, these limitations may not apply to
- you.
+ even if {process.env.SITE_NAME} or a {process.env.SITE_NAME} authorized
+ representative has been notified orally or in writing of the possibility
+ of such damage. Because some jurisdictions do not allow limitations on
+ implied warranties, or limitations of liability for consequential or
+ incidental damages, these limitations may not apply to you.
</p>
<p>
- The materials appearing on ${process.env.SITE_NAME} website could
- include technical, typographical, or photographic errors. $
+ The materials appearing on {process.env.SITE_NAME} website could include
+ technical, typographical, or photographic errors.{" "}
{process.env.SITE_NAME} does not warrant that any of the materials on
- its website are accurate, complete or current. ${process.env.SITE_NAME}{" "}
+ its website are accurate, complete or current. {process.env.SITE_NAME}{" "}
may make changes to the materials contained on its website at any time
- without notice. However ${process.env.SITE_NAME} does not make any
+ without notice. However {process.env.SITE_NAME} does not make any
commitment to update the materials.
</p>
<p>
- ${process.env.SITE_NAME} has not reviewed all of the sites linked to its
+ {process.env.SITE_NAME} has not reviewed all of the sites linked to its
website and is not responsible for the contents of any such linked site.
- The inclusion of any link does not imply endorsement by $
+ The inclusion of any link does not imply endorsement by{" "}
{process.env.SITE_NAME} of the site. Use of any such linked website is
at the {"user's"} own risk.
</p>
<p>
- ${process.env.SITE_NAME} may revise these terms of service for its
+ {process.env.SITE_NAME} may revise these terms of service for its
website at any time without notice. By using this website you are
agreeing to be bound by the then current version of these terms of
service.