|
@@ -93,7 +93,7 @@ export const SettingsProviders: Component = () => {
|
|
|
<Show
|
|
<Show
|
|
|
when={canDisconnect(item)}
|
|
when={canDisconnect(item)}
|
|
|
fallback={
|
|
fallback={
|
|
|
- <span class="text-14-regular text-text-base opacity-0 group-hover:opacity-100 transition-opacity duration-200 pr-3">
|
|
|
|
|
|
|
+ <span class="text-14-regular text-text-base opacity-0 group-hover:opacity-100 transition-opacity duration-200 pr-3 cursor-default">
|
|
|
Connected from your environment variables
|
|
Connected from your environment variables
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|