From 72524db52d3ae45fc5f1ae2b71f4a0a8fa7c3c9a Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Fri, 8 May 2026 02:48:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20shrink=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SitesTable.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/SitesTable.tsx b/src/components/SitesTable.tsx index 5b80a097f..b3a22db0d 100644 --- a/src/components/SitesTable.tsx +++ b/src/components/SitesTable.tsx @@ -459,8 +459,10 @@ export default function SitesTable({ size="sm" variant="outline" > - {" "} - {t("addLabelsButtonText")} + {" "} + + {t("addLabelsButtonText")} + ); }