Skip to content

Commit

Permalink
fix: add new friend link for Steven Lynn's Blog
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Dec 17, 2024
1 parent 61bb672 commit 81f010d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/FriendLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export default function FriendLinks() {
href: 'https://liuyuyang.net/',
avatar: 'https://q1.qlogo.cn/g?b=qq&nk=3311118881&s=640',
name: '宇阳',
},
{
href: 'https://blog.stv.lol',
avatar: 'https://blog.stv.lol/favicon.ico',
name: "Steven Lynn's Blog"
}
];

Expand Down Expand Up @@ -62,4 +67,5 @@ export default function FriendLinks() {
</div>
</div>
);
}

}

0 comments on commit 81f010d

Please sign in to comment.