Skip to content

Commit

Permalink
Update friends.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LineXic authored and kuizuo committed Jun 20, 2024
1 parent b3e7dbe commit 091ff9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/friends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ export const Friends: Friend[] = [
website: 'https://www.licodeao.top',
avatar: '/img/friend/licodeao.png',
},
{
title: 'LineXic书屋',
description: '念念不忘,必有回响',
website: 'https://linexic.top',
avatar: '/img/friend/logo.png',
},
]

export type Friend = {
Expand Down

0 comments on commit 091ff9b

Please sign in to comment.