We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ff7e6 commit aa84b3fCopy full SHA for aa84b3f
packages/engine-frontend/components/ConnectionsTabContent.tsx
@@ -102,10 +102,10 @@ export function ConnectionsTabContent({
102
{connectionCount === 0 ? (
103
<div className="flex flex-col p-4 pt-0">
104
<div>
105
- <p className="font-semibold text-foreground">
+ <p className="pt-4 font-semibold text-foreground">
106
You have no connections yet
107
</p>
108
- <p className="text-sm text-foreground">
+ <p className="pt-2 text-sm text-foreground">
109
Add a connection to start integrating and streamlining your
110
workflow!
111
0 commit comments