We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef7b9c commit dcd943aCopy full SHA for dcd943a
config/friends.ts
@@ -9,7 +9,7 @@ export const friendsList: FriendModel[] = [
9
name: 'CeazzZY',
10
url: 'https://ceazzzy.github.io/',
11
avatar: 'https://avatars.githubusercontent.com/u/60310690?v=4',
12
- desc: '字节架构师',
+ desc: '',
13
},
14
{
15
name: 'sunsunmonkey',
src/components/ui/focus-cards.tsx/FocusCards.tsx
@@ -78,7 +78,7 @@ export function FocusCards({ postCards }: { postCards: PostItemType[] }) {
78
79
return (
80
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-14 max-w-[7xl] mx-auto md:px-8 w-full">
81
- {postCards.map((card, index) => (
+ {postCards.slice(0.6).map((card, index) => (
82
<Card
83
key={card.title}
84
card={card}
0 commit comments