wwzeng1 / landing-page

1 stars 1 forks source link

Sweep: update the banner on the landing page from our github url to our soc2 report #363

Open wwzeng1 opened 3 months ago

wwzeng1 commented 3 months ago

Details

soc2 report: https://docs.sweep.dev/blogs/soc2

Checklist - [X] Modify `src/components/CallToAction.tsx` ✓ https://github.com/wwzeng1/landing-page/commit/c841e30c35f472f289fb8f045e92609d3db31e86 [Edit](https://github.com/wwzeng1/landing-page/edit/sweep/update_the_banner_on_the_landing_page_fr/src/components/CallToAction.tsx) - [X] Running GitHub Actions for `src/components/CallToAction.tsx` ✓ [Edit](https://github.com/wwzeng1/landing-page/edit/sweep/update_the_banner_on_the_landing_page_fr/src/components/CallToAction.tsx)
sweep-ai[bot] commented 3 months ago

🚀 Here's the PR! #364

See Sweep's progress at the progress dashboard!
💎 Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID: 1f1c86b753)

[!TIP] I can email you next time I complete a pull request if you set up your email here!


Actions (click)


Step 1: 🔎 Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/wwzeng1/landing-page/blob/ff66dbb05624f7ed05bf65efe54f21b6cdd56d53/src/App.tsx#L1-L69 https://github.com/wwzeng1/landing-page/blob/ff66dbb05624f7ed05bf65efe54f21b6cdd56d53/src/components/Navbar.tsx#L1-L124 https://github.com/wwzeng1/landing-page/blob/ff66dbb05624f7ed05bf65efe54f21b6cdd56d53/src/components/CallToAction.tsx#L1-L88

Step 2: ⌨️ Coding

--- 
+++ 
@@ -58,11 +58,11 @@
           colorScheme={"purple"}
           bg={"purple.400"}
           _hover={{ bg: "purple.600" }}
-          onClick={() => window.open("https://github.com/apps/sweep-ai")}
+          onClick={() => window.open("https://docs.sweep.dev/blogs/soc2")}
           fontSize={"xl"}
           mb="1rem !important"
         >
-            Install Sweep
+          View SOC2 Report
         
         

  • [X] Running GitHub Actions for src/components/CallToAction.tsxEdit
    Check src/components/CallToAction.tsx with contents:

Ran GitHub Actions for c841e30c35f472f289fb8f045e92609d3db31e86:


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/update_the_banner_on_the_landing_page_fr.


🎉 Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

💡 To recreate the pull request edit the issue title or description. Something wrong? Let us know.

This is an automated message generated by Sweep AI.