Skip to content

Commit

Permalink
fix: update friend links with correct URLs and add new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Dec 17, 2024
1 parent eb43243 commit 61bb672
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/FriendLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function FriendLinks() {
href: "https://github.com/Jimmylxue/blog",
},
{
href: "https://www.howie6879.cn/",
href: "https://www.howie6879.com/",
avatar: "https://avatars.githubusercontent.com/u/17047388?s=100&v=4",
name: "老胡",
},
Expand All @@ -18,7 +18,7 @@ export default function FriendLinks() {
name: "Submara",
},
{
href: "https://brucesong.xyz/",
href: "https://github.com/recallwei",
avatar: "https://avatars.githubusercontent.com/u/62941121?v=4",
name: "Bruce Song",
},
Expand All @@ -27,6 +27,11 @@ export default function FriendLinks() {
avatar: "https://scarsu.com/images/profile_hd.jpg",
name: "Scarsu",
},
{
href: 'https://liuyuyang.net/',
avatar: 'https://q1.qlogo.cn/g?b=qq&nk=3311118881&s=640',
name: '宇阳',
}
];

return (
Expand Down

0 comments on commit 61bb672

Please sign in to comment.