Skip to content

feat(favicon): use standardized icon #7928

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

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

Conversation

avivkeller
Copy link
Member

This PR updates the site favicon and social preview to the updated icon, see #7880.

For the twitter card, I didn't know the exact dimensions of the icon to use, so I used:

rsvg-convert -w 212 -h 212 nodejs.svg | magick - -gravity center -extent 224x256 -background white logo-hexagon-card.png

(A 212x212 icon in the middle of a 224x256 card)

CC @nodejs/marketing

@Copilot Copilot AI review requested due to automatic review settings July 1, 2025 17:59
@avivkeller avivkeller requested a review from a team as a code owner July 1, 2025 17:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copy link

vercel bot commented Jul 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview Jul 1, 2025 5:59pm

@avivkeller
Copy link
Member Author

I'll open a PR to change all the full logos once I finish making their SVGs with the newer icon.

Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.41%. Comparing base (a591c0c) to head (da2bd28).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7928      +/-   ##
==========================================
+ Coverage   75.40%   75.41%   +0.01%     
==========================================
  Files          96       96              
  Lines        8354     8354              
  Branches      219      219              
==========================================
+ Hits         6299     6300       +1     
+ Misses       2053     2052       -1     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@AugustinMauroy AugustinMauroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

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

Successfully merging this pull request may close these issues.

2 participants