Skip to content

Commit ca6f461

Browse files
committed
Improved onClick description
1 parent 6c39cd6 commit ca6f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/screens/components/tabs/code/TabsCodePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const sections = [
182182
<td>
183183
<TableCode>{"() => void"}</TableCode>
184184
</td>
185-
<td>This function will be called when the user clicks on this tab.</td>
185+
<td>This function will be called when the user clicks on this tab. This feature is mostly recommended for compatibility with third-party routing APIs.</td>
186186
<td>-</td>
187187
</tr>
188188
<tr>

0 commit comments

Comments
 (0)