-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Update Project page's GitHub icon to icon-github.svg #6973
Update Project page's GitHub icon to icon-github.svg #6973
Conversation
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
Review ETA: 6/11/24, 11:59pm PST |
Review ETA: EOD 6/11/24 |
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.
Hi @muninnhugin,
- branches are correctly specified
- title is clear, changes made and why they were made are clearly stated, and visual changes are appropriately shown
- removed
{% include svg/icon-github-color.svg %}
and added{% include svg/icon-github.svg %}
- deleted icon-github-color.svg file
- added appropriate styling to _project-page.scss and visual changes look consistent
Great job! Thanks for your help!
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.
Hi @muninnhugin , you correctly updated the github icon to use the new svg file, and deleted the original icon-github-color.svg file. Styling looks consistent with the original icon and your code is clean. Everything looks good, great job!
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.
code is correct
Fixes #6909
What changes did you make?
_includes/svg/icon-github.svg
instead of_includes/svg/icon-github-color.svg
_sass/components/_project-page.scss
so that the new icon is displayed appropriately_includes/svg/icon-github-color.svg
Why did you make the changes (we will use this info to test)?
_includes/svg/icon-github-color.svg
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
Visuals after changes are applied