From 34b64f629c628dcdc449249d742dde9f8a19f441 Mon Sep 17 00:00:00 2001 From: "manuel.carrera" Date: Fri, 15 Sep 2023 14:28:22 -0600 Subject: [PATCH] fix: Clean up JS doc --- modules/react/text-input/lib/InputIconContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/react/text-input/lib/InputIconContainer.tsx b/modules/react/text-input/lib/InputIconContainer.tsx index 55ce6b0eaa..4bc38034bf 100644 --- a/modules/react/text-input/lib/InputIconContainer.tsx +++ b/modules/react/text-input/lib/InputIconContainer.tsx @@ -7,7 +7,7 @@ import {SystemIcon} from '@workday/canvas-kit-react/icon'; /** * We've deprecated `InputIconContainer` from `TextInput` component * together with `InputIconContainerProps`. - Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons). + * Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons). * @deprecated */ export interface InputIconContainerProps extends GrowthBehavior { @@ -28,7 +28,7 @@ const IconContainer = styled('div')({ /** * We've deprecated `InputIconContainer` from `TextInput` component, because it doesn't handle * bidirectionality or icons at the start of an input. -Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons). + * Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons). * @deprecated */