-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
refactor: improve IconHome icon #7215
Conversation
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-7215--docusaurus-2.netlify.app/ |
Size Change: +4 B (0%) Total Size: 799 kB ℹ️ View Unchanged
|
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
width="24" | ||
viewBox="0 0 24 24" | ||
{...props}> | ||
<path d="M0 0h24v24H0V0z" fill="none" /> |
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.
Interesting, I vividly remember I removed this... Must have forgotten to push it, then
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.
Great, thanks!
Motivation
Slight optimization for new Home icon, as well as a slight increase in its size to better fit with font-size of text.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Preview
Related PRs