Skip to content

Commit 5f5ab12

Browse files
Merge pull request #52 from AndrewLeedham/fix/linkedin-icon
Fix: Replace LinkedIn icon with official SVG
2 parents b5f509a + bec1c77 commit 5f5ab12

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/Header.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Logo from "./Logo.astro";
55
import {
66
SiBluesky,
77
SiGithub,
8-
SiLinkedin,
98
SiStackoverflow,
109
} from "@icons-pack/react-simple-icons";
1110
---
@@ -63,7 +62,9 @@ import {
6362
aria-label="Andrew Leedham's LinkedIn"
6463
href="https://www.linkedin.com/in/andrew-leedham-ba864b112/"
6564
>
66-
<SiLinkedin size={20} color="currentColor" />
65+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="currentColor" aria-hidden="true">
66+
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
67+
</svg>
6768
</a>
6869
<a
6970
class="grid place-items-center w-12 h-12 hover:bg-subtle cursor-pointer shrink-0 -outline-offset-2"

0 commit comments

Comments
 (0)