Skip to content

Commit

Permalink
docs(friends): update friend
Browse files Browse the repository at this point in the history
  • Loading branch information
mk965 committed Jun 18, 2024
1 parent d6db396 commit 034b936
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/friendsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ export let friendsData: Friend[] = [
imgSrc: '/static/images/friends/springwood.jpeg',
url: 'https://springwood.me/?ref=mengke.me',
},
{
type: 'friend',
name: "Chaoszhu'Blog",
slogan: '好记性不如烂笔头~',
imgSrc: '/static/images/friends/chaoszhu.png',
url: 'https://chaoszhu.com/?ref=mengke.me',
},
{
type: 'techStar',
name: 'Anthony Fu',
Expand All @@ -57,11 +64,4 @@ export let friendsData: Friend[] = [
imgSrc: '/static/images/friends/surmon.jpeg',
url: 'https://surmon.me/?ref=mengke.me',
},
{
type: 'techStar',
name: 'Tech Philosopher',
slogan: 'To Explore, Feel, Think, and Practice.',
imgSrc: '/static/images/friends/bktus.jpg',
url: 'https://blog.bktus.com/en/?ref=mengke.me',
},
]
Binary file removed public/static/images/friends/bktus.jpg
Binary file not shown.
Binary file added public/static/images/friends/chaoszhu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/static/images/friends/dev.net.cn.ico
Binary file not shown.
Binary file removed public/static/images/friends/springwood.png
Binary file not shown.

0 comments on commit 034b936

Please sign in to comment.