Skip to content
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

Add favicons #8

Merged
merged 1 commit into from
May 12, 2022
Merged

Add favicons #8

merged 1 commit into from
May 12, 2022

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented May 11, 2022

Two favicons have been added: an SVG file for newer browsers, and an "ico" file for older browsers. The "ico" file is a 32x32 png generated from the SVG using inkscape.

The favicon is supposed to be square, so I modified the fox SVG file to be square (it was 35x33, I made it 35x35). There is now slightly more whitespace above and below the fox in the SVG, but this doesn't affect how it's rendered on the page because we're already setting the icon as a square using CSS.

Two favicons have been added: an SVG file for newer browsers, and an
"ico" file for older browsers. The "ico" file is a 32x32 png generated
from the SVG using inkscape.

The favicon is supposed to be square, so I modified the fox SVG file to
be square (it was 35x33, I made it 35x35). There is now slightly more
whitespace above and below the fox in the SVG, but this doesn't affect
how it's rendered on the page because we're already setting the icon as
a square using CSS.
@Gudahtt Gudahtt requested a review from a team as a code owner May 11, 2022 22:07
Copy link
Contributor

@danjm danjm left a comment

Choose a reason for hiding this comment

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

LGTM

@Gudahtt Gudahtt merged commit b150ba5 into main May 12, 2022
@Gudahtt Gudahtt deleted the add-favicon branch May 12, 2022 13:28
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