We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e003970 + a927b55 commit 7f935aaCopy full SHA for 7f935aa
apps/website/screens/components/sidenav/code/SidenavCodePage.tsx
@@ -19,14 +19,6 @@ const sections = [
19
</tr>
20
</thead>
21
<tbody>
22
- <tr>
23
- <td>title</td>
24
- <td>
25
- <TableCode>React.ReactNode</TableCode>
26
- </td>
27
- <td>The area assigned to render the title. It is highly recommended to use the sidenav title.</td>
28
- <td>-</td>
29
- </tr>
30
<tr>
31
<td>
32
<DxcFlex direction="column" gap="var(--spacing-gap-xs)" alignItems="baseline">
0 commit comments