Skip to content

Commit

Permalink
Merge pull request #735 from abdelrahmanbasheer/fixed-terms-page
Browse files Browse the repository at this point in the history
fixed the terms page as it wasn't viewing anything
  • Loading branch information
TyrinH committed Jul 24, 2024
2 parents 48460ce + f8444fc commit 256d824
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/app/src/app/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ const page = () => {
<>
<Heading title="Terms" />
<div>
<h1>CodeRacer - Terms of Service</h1>
<p><strong>Effective Date:</strong> [Date]</p>

<p>Welcome to CodeRacer! These Terms of Service ("Terms") constitute a legal agreement between you and CodeRacer. Please read these Terms carefully before using our platform, which is accessible at <a href="https://code-racer-eight.vercel.app/">https://code-racer-eight.vercel.app/</a>. By using CodeRacer, you agree to be bound by these Terms.</p>
<h1>CodeRacer - Terms of Service</h1>
<p>Welcome to CodeRacer! These Terms of Service Terms constitute a legal agreement between you and CodeRacer. Please read these Terms carefully before using our platform, which is accessible at <a href="https://code-racer-eight.vercel.app/">https://code-racer-eight.vercel.app/</a>. By using CodeRacer, you agree to be bound by these Terms.</p>

<h2>1. User Accounts</h2>
<p>
Expand Down Expand Up @@ -45,7 +43,7 @@ const page = () => {

<h2>6. Limitation of Liability</h2>
<p>
<strong>6.1. Disclaimer:</strong> CodeRacer is provided "as is," and we make no warranties or representations about the accuracy or reliability of the platform. Your use of CodeRacer is at your own risk.
<strong>6.1. Disclaimer:</strong> CodeRacer is provided as is, and we make no warranties or representations about the accuracy or reliability of the platform. Your use of CodeRacer is at your own risk.
</p>

<h2>7. Changes to Terms</h2>
Expand All @@ -58,6 +56,7 @@ const page = () => {
<strong>8.1. Questions:</strong> If you have any questions or concerns about these Terms, please contact us at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</>
);
};

Expand Down

0 comments on commit 256d824

Please sign in to comment.