wwzeng1 / landing-page

1 stars 1 forks source link

Sweep: Change the install app button color to green #368

Open kevinlu1248 opened 1 month ago

sweep-ai[bot] commented 1 month ago

🚀 Here's the PR! #388

💎 Sweep Pro: You have unlimited Sweep issues

Actions

Relevant files (click to expand). Mentioned files will always appear here. https://github.com/wwzeng1/landing-page/blob/ff66dbb05624f7ed05bf65efe54f21b6cdd56d53/src/components/CallToAction.tsx#L1-L89

Step 2: ⌨️ Coding

src/components/CallToAction.tsx

Change the color scheme, background color, and hover background color of the "Install Sweep" button to green.
--- 
+++ 
@@ -1,9 +1,9 @@
         <Button
           color="white"
           p={6}
-          colorScheme={"purple"}
-          bg={"purple.400"}
-          _hover={{ bg: "purple.600" }}
+          colorScheme={"green"}
+          bg={"green.400"}
+          _hover={{ bg: "green.600" }}
           onClick={() => window.open("https://github.com/apps/sweep-ai")}
           fontSize={"xl"}
           mb="1rem !important"

Step 3: 🔄️ Validating

Your changes have been successfully made to the branch sweep/change_the_install_app_button_color_to_g_55aae. 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.