Skip to content

Commit

Permalink
Add spacing for no connections yet message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodri77 committed Feb 26, 2025
1 parent 84ff7e6 commit aa84b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/engine-frontend/components/ConnectionsTabContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ export function ConnectionsTabContent({
{connectionCount === 0 ? (
<div className="flex flex-col p-4 pt-0">
<div>
<p className="font-semibold text-foreground">
<p className="pt-4 font-semibold text-foreground">
You have no connections yet
</p>
<p className="text-sm text-foreground">
<p className="pt-2 text-sm text-foreground">
Add a connection to start integrating and streamlining your
workflow!
</p>
Expand Down

0 comments on commit aa84b3f

Please sign in to comment.