diff --git a/apps/web/app/auth/connect/page.tsx b/apps/web/app/auth/connect/page.tsx index 7523f695..9c32330d 100644 --- a/apps/web/app/auth/connect/page.tsx +++ b/apps/web/app/auth/connect/page.tsx @@ -208,18 +208,10 @@ function PluginAccessList({ "flex size-6 shrink-0 items-center justify-center rounded-md border", eligible ? "border-[#24413C] bg-[#0B1717] text-[#8BD8CB]" - : "border-[#2B3240] bg-[#11151C] text-[#8B8B8B]", + : "border-transparent bg-transparent", )} > - {eligible ? ( - - ) : ( - - PRO - - )} + {eligible && } {plugin && ( )}
-

+

+ {getPluginName(id)} +

+ {!eligible && ( + + PRO + )} - > - {getPluginName(id)} -

+

{eligible ? "Available on your current plan"