Skip to content

Commit 5b55dde

Browse files
committed
Change h4 to h3 to fix the order
1 parent 7d79c20 commit 5b55dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/index-page/data-colocation/friend-list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export function FriendList({ friends }: FriendList) {
1010
className="overflow-hidden rounded-lg border border-neu-200 dark:border-neu-100"
1111
data-sector="2"
1212
>
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">
13+
<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">
1414
Friends
15-
</h4>
15+
</h3>
1616
<ul className="flex flex-col gap-6 p-3 lg:p-6 max-md:[&>*:not(:first-child)]:hidden">
1717
{friends.map(friend => (
1818
<FriendListItem key={friend.name} {...friend} />

0 commit comments

Comments
 (0)