mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
fix(typo): rename Linkedin to LinkedIn
This commit is contained in:
@@ -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
@@ -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
@@ -24,7 +24,7 @@ export type SocialMedia =
|
|||||||
| "Github"
|
| "Github"
|
||||||
| "Facebook"
|
| "Facebook"
|
||||||
| "Instagram"
|
| "Instagram"
|
||||||
| "Linkedin"
|
| "LinkedIn"
|
||||||
| "Mail"
|
| "Mail"
|
||||||
| "Twitter"
|
| "Twitter"
|
||||||
| "Twitch"
|
| "Twitch"
|
||||||
|
|||||||
Reference in New Issue
Block a user