Skip to content

Commit

Permalink
chore: add friend
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Aug 27, 2024
1 parent ebc4b04 commit 24fd5f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/friends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ export const Friends: Friend[] = [
website: 'https://cworld.top',
avatar: '/img/friend/cworld.png',
},
{
title: 'Fernando Prieto',
description: 'News about technology.',
website: 'https://fernandogprieto.com',
avatar: 'https://fernandogprieto.com/img/logo.png',
},
{
title: '尚宇',
description: '心怀理想,仰望星空,埋头苦干',
Expand All @@ -83,12 +89,6 @@ export const Friends: Friend[] = [
website: 'https://www.shaking.site',
avatar: '/img/friend/shake.png',
},
{
title: 'Alan',
description: '此刻想举重若轻,之前必要负重前行',
website: 'https://www.alanwang.site',
avatar: '/img/friend/alan.png',
},
{
title: '鲸落',
description: '心中无女人,代码自然神',
Expand Down

0 comments on commit 24fd5f9

Please sign in to comment.