Skip to content

Commit

Permalink
fix(typo): rename Linkedin to LinkedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Nov 28, 2022
1 parent 06ee08c commit 307b55f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/socialIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const SOCIALS: SocialsObject = [
active: true,
},
{
name: "Linkedin",
name: "LinkedIn",
href: "https://github.com/satnaing/astro-paper",
active: true,
},
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type SocialMedia =
| "Github"
| "Facebook"
| "Instagram"
| "Linkedin"
| "LinkedIn"
| "Mail"
| "Twitter"
| "Twitch"
Expand Down

0 comments on commit 307b55f

Please sign in to comment.