From de838ece436366bc281b05f6d0bcf18a21bccf23 Mon Sep 17 00:00:00 2001 From: Peter Cole Date: Fri, 18 Apr 2025 15:50:02 -0700 Subject: [PATCH] fix(nav-tab): corrected duplicate types text --- src/components/NavigationTab/NavigationTab.types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NavigationTab/NavigationTab.types.ts b/src/components/NavigationTab/NavigationTab.types.ts index 58c727dfc..40e19f3c6 100644 --- a/src/components/NavigationTab/NavigationTab.types.ts +++ b/src/components/NavigationTab/NavigationTab.types.ts @@ -24,12 +24,12 @@ export interface Props extends AriaButtonProps { size?: number; /** - * Size index of this NavTab. + * Label to the right of the icon when expanded for this NavTab. */ label?: string; /** - * Size index of this NavTab. + * Icon for this NavTab. */ icon?: InferredIconName;