fix(typo): rename Linkedin to LinkedIn

This commit is contained in:
satnaing
2022-11-28 13:35:30 +06:30
parent 06ee08cc94
commit 307b55ff0f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const socialIcons: SocialIcons = {
<circle cx="12" cy="12" r="3"></circle> <circle cx="12" cy="12" r="3"></circle>
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501"></line> <line x1="16.5" y1="7.5" x2="16.5" y2="7.501"></line>
</svg>`, </svg>`,
Linkedin: `<svg LinkedIn: `<svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
class="icon-tabler" class="icon-tabler"
stroke-linecap="round" stroke-linecap="round"
+1 -1
View File
@@ -34,7 +34,7 @@ export const SOCIALS: SocialsObject = [
active: true, active: true,
}, },
{ {
name: "Linkedin", name: "LinkedIn",
href: "https://github.com/satnaing/astro-paper", href: "https://github.com/satnaing/astro-paper",
active: true, active: true,
}, },
+1 -1
View File
@@ -24,7 +24,7 @@ export type SocialMedia =
| "Github" | "Github"
| "Facebook" | "Facebook"
| "Instagram" | "Instagram"
| "Linkedin" | "LinkedIn"
| "Mail" | "Mail"
| "Twitter" | "Twitter"
| "Twitch" | "Twitch"