diff --git a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionList.tsx b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionList.tsx index a26349fd0..5c06f71c8 100644 --- a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionList.tsx +++ b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionList.tsx @@ -52,12 +52,11 @@ export const AppConnectionsSelect = ({ onSelect }: Props) => { } className={twMerge( "group relative flex h-28 cursor-pointer flex-col items-center justify-center rounded-md border border-mineshaft-600 bg-mineshaft-700 p-4 duration-200 hover:bg-mineshaft-600", - enterprise && !subscription.enterpriseAppConnections ? "border-0 bg-opacity-0" : "" + enterprise && !subscription.enterpriseAppConnections + ? "border-0 bg-opacity-0 opacity-40" + : "" )} > - {enterprise && !subscription.enterpriseAppConnections && ( -
- )}