-
-
Couldn't load subscription status.
- Fork 6.4k
chore: use correct codemod logo #8278
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8278 +/- ##
==========================================
- Coverage 76.55% 76.53% -0.03%
==========================================
Files 117 117
Lines 9733 9733
Branches 329 329
==========================================
- Hits 7451 7449 -2
- Misses 2280 2282 +2
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Codemod partner logo to use the correct favicon design. The change replaces a larger, simpler logo with a more compact, detailed version that includes proper masking and clipping paths.
Key Changes:
- Updated SVG viewBox from 400x400 to 100x100 for a more compact design
- Replaced simple rectangular path with a more sophisticated logo featuring rounded corners, masking, and multiple path elements
- Enhanced the logo with proper clip paths and gradient-like effects
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx
Outdated
Show resolved
Hide resolved
|
@alexbit-codemod PTAL |
|
Thanks team. Lgtm. |
Description
Request from codemod team.
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.