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>
|
||||
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501"></line>
|
||||
</svg>`,
|
||||
Linkedin: `<svg
|
||||
LinkedIn: `<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="icon-tabler"
|
||||
stroke-linecap="round"
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ export const SOCIALS: SocialsObject = [
|
||||
active: true,
|
||||
},
|
||||
{
|
||||
name: "Linkedin",
|
||||
name: "LinkedIn",
|
||||
href: "https://github.com/satnaing/astro-paper",
|
||||
active: true,
|
||||
},
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ export type SocialMedia =
|
||||
| "Github"
|
||||
| "Facebook"
|
||||
| "Instagram"
|
||||
| "Linkedin"
|
||||
| "LinkedIn"
|
||||
| "Mail"
|
||||
| "Twitter"
|
||||
| "Twitch"
|
||||
|
||||
Reference in New Issue
Block a user