Updated the GitHub logo and mark

This commit is contained in:
MisbehavedNinjaRadiator 2025-05-16 09:19:55 +02:00 committed by Luisa Bellitto
parent 6d1b144d14
commit edf44406d1
7 changed files with 8 additions and 12 deletions

View file

@ -29,11 +29,7 @@
font-weight: 500;
text-decoration: none;
}
.footer-link.github img {
width: 20px;
height: 20px;
transform: scale(1.9);
}
.footer-link.feather img {
width: 20px;
height: 20px;
@ -42,8 +38,8 @@
.footer-link img {
width: 20px;
height: 20px;
height: 22px;
object-fit:unset;
vertical-align: middle;
}

View file

@ -10,8 +10,9 @@ function Footer() {
<span>Feather Feed</span>
</a>
<a href="https://github.com" target="_blank " className="footer-link github">
<img src="/assets/icons/github.svg" alt="GitHub icon" />
<span>GitHub</span>
<img src="/assets/icons/github-mark.svg" alt="GitHub mark" />
<img src="/assets/icons/GitHub_Logo.png" alt="GitHub logo" />
</a>
</div>