From f4bf48c18dc255015f475a6d473bc7ede2d23bb7 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 23 Sep 2024 13:18:54 -0500 Subject: [PATCH] Link cleanup --- src/components/Link.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Link.tsx b/src/components/Link.tsx index ed588c72c2..c80b9f3707 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -246,7 +246,7 @@ export type InlineLinkProps = React.PropsWithChildren< > & Pick & { disableUnderline?: boolean - title?: string + title?: TextProps['title'] } export function InlineLinkText({ @@ -382,8 +382,6 @@ export function WebOnlyInlineLinkText({ {children} ) : ( - - {children} - + {children} ) }