Skip to content

Commit

Permalink
fixing margin
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Sep 28, 2024
1 parent b5496b6 commit a7ffe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(theme)/connect/connection-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function ConnectionListSection({
);

return (
<div className={cn("flex flex-wrap gap-4", name ? "mt-4" : "mt=8")}>
<div className={cn("flex flex-wrap gap-4", name ? "mt-4" : "mt-8")}>
{filteredData.map((conn) => {
return (
<ConnectionItemCard
Expand Down

0 comments on commit a7ffe8f

Please sign in to comment.