⚖️ Update terms of use

This commit is contained in:
Luke Vella 2023-07-04 18:57:09 +01:00
parent 9d6aa8683f
commit 1c7c8c7678

View file

@ -9,12 +9,14 @@ const PrivacyPolicy = () => {
<NextSeo title="Terms of Use" /> <NextSeo title="Terms of Use" />
<div className="prose my-16 mx-auto max-w-3xl rounded-lg bg-white p-8 shadow-md"> <div className="prose my-16 mx-auto max-w-3xl rounded-lg bg-white p-8 shadow-md">
<h1>Terms of Use</h1> <h1>Terms of Use</h1>
<p>Last updated: 15 June 2023</p> <p>Last updated: 4 July 2023</p>
<p> <p>
Welcome to rallly.co, an open-source project provided under the AGPLv3 {`This website is operated by Stack Snap Ltd. References made to "we",
license. By accessing and using this website, you agree to comply with "us" or "our" pertain directly and exclusively to Stack Snap Ltd. We
and be bound by the following terms of use. If you do not agree to provide you, as the user, with this website, which includes all the
these terms, please do not use this website. information, tools, and services accessible on it, under the
stipulation that you agree to all the terms, conditions, policies, and
notices laid out herein.`}
</p> </p>
<h2>1. Use of Website</h2> <h2>1. Use of Website</h2>
@ -57,10 +59,25 @@ const PrivacyPolicy = () => {
such modifications. such modifications.
</p> </p>
<h2>6. Contact</h2>
<p> <p>
If you have any questions about these terms of use, please contact us If you have any questions about these terms of use, please contact us
at <a href="mailto:support@rallly.co">support@rallly.co</a>. at <a href="mailto:support@rallly.co">support@rallly.co</a>.
</p> </p>
<p className="text-sm font-semibold">
Stack Snap Ltd.
<br />
The Gallery 14
<br />
Upland Road
<br />
London
<br />
SE22 9EE
<br />
United Kingdom
</p>
</div> </div>
</PageLayout> </PageLayout>
); );