We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d79c20 commit 5b55ddeCopy full SHA for 5b55dde
src/components/index-page/data-colocation/friend-list.tsx
@@ -10,9 +10,9 @@ export function FriendList({ friends }: FriendList) {
10
className="overflow-hidden rounded-lg border border-neu-200 dark:border-neu-100"
11
data-sector="2"
12
>
13
- <h4 className="typography-body-lg border-b border-neu-200 bg-neu-50 px-3 py-2 dark:border-neu-100 dark:bg-neu-50/50">
+ <h3 className="typography-body-lg border-b border-neu-200 bg-neu-50 px-3 py-2 dark:border-neu-100 dark:bg-neu-50/50">
14
Friends
15
- </h4>
+ </h3>
16
<ul className="flex flex-col gap-6 p-3 lg:p-6 max-md:[&>*:not(:first-child)]:hidden">
17
{friends.map(friend => (
18
<FriendListItem key={friend.name} {...friend} />
0 commit comments