Skip to content

Commit b79a58d

Browse files
committed
Fix: Add space between repo name and the avatars group
1 parent 3562d55 commit b79a58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/About/AvatarsGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const AvatarsGroup: React.FC<Props> = ({ repoUrl, repoName, repoTitle }) => {
1818
if (error) return <div>Error: {error.message}</div>;
1919

2020
return (
21-
<div className="flex flex-col items-center lg:items-start">
21+
<div className="flex flex-col items-center lg:items-start gap-2">
2222
<Link
2323
to={repoUrl}
2424
target="_blank"

0 commit comments

Comments
 (0)