sweepai / landing-page

7 stars 6 forks source link

Sweep: make all references to Terms of Service -> Terms of Use #661

Closed wwzeng1 closed 1 month ago

sweep-nightly[bot] commented 1 month ago

🚀 Here's the PR! #662

💎 Sweep Pro: You have unlimited Sweep issues

Actions

Relevant files (click to expand). Mentioned files will always appear here. https://github.com/sweepai/landing-page/blob/f0ffe9336576a902f0bdde497b2c6bc6829b19b7/src/components/Footer.tsx#L1-L70 https://github.com/sweepai/landing-page/blob/f0ffe9336576a902f0bdde497b2c6bc6829b19b7/src/react-app-env.d.ts#L1-L1

Step 2: ⌨️ Coding

src/components/Footer.tsx

Update the text and URL for the "Terms of Service" link in the Footer component.
--- 
+++ 
@@ -1,6 +1,6 @@
         <Link
-          href="/tos.pdf"
+          href="/terms-of-use.pdf"
           textAlign={{ base: "center", md: "left" }}
         >
-          Terms of Services
+          Terms of Use
         </Link>

Step 3: 🔄️ Validating

Your changes have been successfully made to the branch sweep/make_all_references_to_terms_of_service. I have validated these changes using a syntax checker and a linter.


[!TIP] To recreate the pull request, edit the issue title or description.

This is an automated message generated by Sweep AI.