Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sweep: add an emoji to our "Join our community" button in the call to action using fontawesome #618

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sweep-nightly[bot]
Copy link
Contributor

@sweep-nightly sweep-nightly bot commented Apr 23, 2024

Description

This pull request introduces a visual enhancement to the "Join our community" button in the Call to Action component by adding a Discord emoji using FontAwesome. This change aims to make the button more appealing and visually indicative of the community platform.

Summary

  • Added the faDiscord icon from @fortawesome/free-brands-svg-icons to CallToAction.tsx to represent the community platform visually.
  • Modified ExternalLinkWithText.tsx to accept an emoji prop of type IconDefinition. This allows the display of a FontAwesome icon alongside the link text.
  • Ensured that the Discord icon is displayed before the "Join our community" text in the Call to Action component, enhancing visual appeal and immediate recognition of the platform.
  • Adjusted styles and props in CallToAction.tsx and ExternalLinkWithText.tsx to incorporate the new icon seamlessly.

Files modified:

  • src/components/CallToAction.tsx
  • src/components/ExternalLinkWithText.tsx

Fixes #615.


🎉 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 get Sweep to edit this pull request, you can:

  • Comment below, and Sweep can edit the entire PR
  • Comment on a file, Sweep will only modify the commented file
  • Edit the original issue to get Sweep to recreate the PR from scratch

This is an automated message generated by Sweep AI.

Copy link
Contributor Author

sweep-nightly bot commented Apr 23, 2024

Rollback Files For Sweep

  • Rollback changes to src/components/CallToAction.tsx
  • Rollback changes to src/components/ExternalLinkWithText.tsx

This is an automated message generated by Sweep AI.

Copy link
Contributor Author

sweep-nightly bot commented Apr 23, 2024

Apply Sweep Rules to your PR?

  • Apply: Any user facing text should be high quality.
  • Apply: We should have corresponding tests for all new and existing code. We use jest for tests.
  • Apply: There should not be large chunks of commented out code besides docstrings.

This is an automated message generated by Sweep AI.

Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for sweepdev failed.

Name Link
🔨 Latest commit edccea0
🔍 Latest deploy log https://app.netlify.com/sites/sweepdev/deploys/662822778bcf6c0007488760

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweep: add an emoji to our "Contact us" button in the call to action using fontawesome
1 participant