Skip to content

Commit aa84b3f

Browse files
committed
Add spacing for no connections yet message
1 parent 84ff7e6 commit aa84b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/engine-frontend/components/ConnectionsTabContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ export function ConnectionsTabContent({
102102
{connectionCount === 0 ? (
103103
<div className="flex flex-col p-4 pt-0">
104104
<div>
105-
<p className="font-semibold text-foreground">
105+
<p className="pt-4 font-semibold text-foreground">
106106
You have no connections yet
107107
</p>
108-
<p className="text-sm text-foreground">
108+
<p className="pt-2 text-sm text-foreground">
109109
Add a connection to start integrating and streamlining your
110110
workflow!
111111
</p>

0 commit comments

Comments
 (0)