-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
feat(icons): introduce package manager #7354
base: main
Are you sure you want to change the base?
Conversation
-npm -pnpm -yarn
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
apps/site/components/Icons/PackageManager/Npm.tsx:11
- The attribute 'fill-rule' should be renamed to 'fillRule' to follow the camelCase convention in JSX.
<g fill="none" fill-rule="evenodd">
for size I use |
@@ -0,0 +1,24 @@ | |||
import type { FC, SVGProps } from 'react'; | |||
|
|||
/** |
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.
Why these @see statements? Are they really needed?
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.
We don't have'em in any of the other components, so let's keep it standard
Description
We will need these icons
Validation
It's shouldn't break trademark policy of theses projects
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.