Skip to content

Commit

Permalink
chore: update medium profile url
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Sep 8, 2024
1 parent 187c4b2 commit ccaa510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/Sidebar/SocialMediaSidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CONFIG } from "@/config";
import Link from "next/link";
import { FaDev, FaGithub } from "react-icons/fa";
import { FaLinkedin, FaSquareXTwitter } from "react-icons/fa6";
import { FaMedium, FaSquareXTwitter } from "react-icons/fa6";
import { TbBrandJuejin } from "react-icons/tb";

export default function SocialMediaSidebar() {
Expand All @@ -17,9 +17,9 @@ export default function SocialMediaSidebar() {
url: CONFIG.author.twitterProfile,
},
{
name: "Linkedin",
icon: FaLinkedin,
url: CONFIG.author.linkedinProfile,
name: "Medium",
icon: FaMedium,
url: CONFIG.author.medium,
},
{
name: "Dev",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const CONFIG = {
"I am a Full-Stack Developer with a passion for delivering exceptional results.",
githubProfile: "https://github.com/AaronConlon",
twitterProfile: "https://twitter.com/AaronConlonDev",
linkedinProfile: "https://www.linkedin.com/in/aaron-conlon/",
medium: "https://medium.com/@rivenqinyy",
devProfile: "https://dev.to/aaron_conlon",
juejinProfile: "https://juejin.cn/user/2013961032055566",
email: "[email protected]",
Expand Down

0 comments on commit ccaa510

Please sign in to comment.