Skip to content

Commit 2b6068e

Browse files
authored
Update SocialLink.swift
1 parent 6c11f32 commit 2b6068e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Website/Components/SocialLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct SocialLink: Component {
2929
}
3030
.class("flex-shrink-0")
3131
}
32-
.class("flex items-center gap-4 p-6")
32+
.class("flex items-center gap-4 px-6 py-4")
3333
}
3434
.class("bg-black border border-neutral-800 block w-full rounded-full")
3535
}

0 commit comments

Comments
 (0)