From abac03f51f81e9201ca1a9ac9777bd3f4995416f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 6 Sep 2024 19:07:32 +0200 Subject: [PATCH] pl-fe: change status icons size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/components/account.tsx | 2 +- packages/pl-fe/src/components/status-language-picker.tsx | 2 +- .../pl-fe/src/features/status/components/status-type-icon.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/pl-fe/src/components/account.tsx b/packages/pl-fe/src/components/account.tsx index faf44b617..01dc8862b 100644 --- a/packages/pl-fe/src/components/account.tsx +++ b/packages/pl-fe/src/components/account.tsx @@ -322,7 +322,7 @@ const Account = ({ <> · - + ) : null} diff --git a/packages/pl-fe/src/components/status-language-picker.tsx b/packages/pl-fe/src/components/status-language-picker.tsx index 7769b5323..7848bab00 100644 --- a/packages/pl-fe/src/components/status-language-picker.tsx +++ b/packages/pl-fe/src/components/status-language-picker.tsx @@ -25,7 +25,7 @@ const StatusLanguagePicker: React.FC = ({ status, showLab if (!status.contentMapHtml || Object.keys(status.contentMapHtml).length < 2) return null; - const icon = ; + const icon = ; return ( <> diff --git a/packages/pl-fe/src/features/status/components/status-type-icon.tsx b/packages/pl-fe/src/features/status/components/status-type-icon.tsx index 4d44bf92d..4e9c8f667 100644 --- a/packages/pl-fe/src/features/status/components/status-type-icon.tsx +++ b/packages/pl-fe/src/features/status/components/status-type-icon.tsx @@ -38,7 +38,7 @@ const StatusTypeIcon: React.FC = ({ status }) => { <> · - + ); };