From ee96b38bfdb623f2e00980f37b8c793bd10c743e Mon Sep 17 00:00:00 2001 From: Ishaan Gupta Date: Fri, 3 Jul 2026 20:22:17 +0530 Subject: [PATCH] Move eligible check badge beside plugin name --- apps/web/app/auth/connect/page.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/web/app/auth/connect/page.tsx b/apps/web/app/auth/connect/page.tsx index 9c32330d..5e50a44c 100644 --- a/apps/web/app/auth/connect/page.tsx +++ b/apps/web/app/auth/connect/page.tsx @@ -203,16 +203,6 @@ function PluginAccessList({ const eligible = state === "eligible" return (
-
- {eligible && } -
{plugin && ( {getPluginName(id)}

+ {eligible && ( + + + + )} {!eligible && (