From 502d15b9dc42299597880e56c94730209d353844 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 6 Dec 2025 21:39:51 -0500 Subject: [PATCH] fix newt version styling --- src/components/SitesTable.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/SitesTable.tsx b/src/components/SitesTable.tsx index 6982f46a..3a8085c2 100644 --- a/src/components/SitesTable.tsx +++ b/src/components/SitesTable.tsx @@ -231,7 +231,7 @@ export default function SitesTable({ sites, orgId }: SitesTableProps) { }, { accessorKey: "type", - friendlyName: t("connectionType"), + friendlyName: t("type"), header: ({ column }) => { return ( ); @@ -252,12 +252,10 @@ export default function SitesTable({ sites, orgId }: SitesTableProps) { return (
-
+
Newt {originalRow.newtVersion && ( - - v{originalRow.newtVersion} - + v{originalRow.newtVersion} )}