From 6ecda14accabdf19da7861f3a9f31af181e40a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 14 Sep 2025 11:37:59 +0200 Subject: [PATCH] pl-fe: remove unused code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/components/ui/text.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/pl-fe/src/components/ui/text.tsx b/packages/pl-fe/src/components/ui/text.tsx index 2f0800a3d..b35c6ca46 100644 --- a/packages/pl-fe/src/components/ui/text.tsx +++ b/packages/pl-fe/src/components/ui/text.tsx @@ -114,11 +114,9 @@ const Text = React.forwardRef( {...filteredProps} ref={ref} style={{ - textDecoration: tag === 'abbr' ? 'underline dotted' : undefined, direction, }} className={clsx({ - 'cursor-default': tag === 'abbr', truncate: truncate, [sizes[size]]: true, [themes[theme]]: true,