From 078beb16898ae8107869eb20282cdabf2bb2c3ea Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Mon, 6 Feb 2023 12:56:01 +0000 Subject: [PATCH] Made the NEW badge less clumsy looking --- .../app/routes/__app/orgs/$organizationSlug/__org/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/routes/__app/orgs/$organizationSlug/__org/index.tsx b/apps/webapp/app/routes/__app/orgs/$organizationSlug/__org/index.tsx index 9f112ee43..cf52b6b39 100644 --- a/apps/webapp/app/routes/__app/orgs/$organizationSlug/__org/index.tsx +++ b/apps/webapp/app/routes/__app/orgs/$organizationSlug/__org/index.tsx @@ -104,7 +104,7 @@ function WorkflowList({ )} > {workflow.lastRun === undefined && ( -
+
New
)}