We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0331b7 commit 84854a6Copy full SHA for 84854a6
components/author_list.tsx
@@ -11,7 +11,7 @@ export default function AuthorList({ authors }: { authors: Author[] }) {
11
return acc;
12
}, {} as { [key: string]: number });
13
return (
14
- <div className="pb-4">
+ <div className="pb-0">
15
<div className="text-center text-xl">
16
{authors.map((author, index) => (
17
<span key={index}>
0 commit comments