Skip to content

Commit 761a4cf

Browse files
committed
1 parent 2e056d6 commit 761a4cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/components/Tabs/Tabs.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export const TabLink: FC<TabLinkProps> = ({
4343
cx([tabLink, isActive && activeTabLink, className])
4444
}
4545
{...linkProps}
46-
/>
46+
>
47+
{children}
48+
</NavLink>
4749
);
4850
};
4951

0 commit comments

Comments
 (0)