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")} + ); }