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 210948a commit 67b854dCopy full SHA for 67b854d
src/components/page-footer.js
@@ -32,7 +32,7 @@ const Contributors = ({contributors = [], latestCommit}) => {
32
33
return (
34
<>
35
- <Box sx={{display: 'flex', alignItems: 'center'}}>
+ <Box sx={{display: 'flex', alignItems: 'center', flexWrap: 'wrap'}}>
36
<Text sx={{mr: 2}}>
37
{contributors.length} {pluralize('contributor', contributors.length)}
38
</Text>
0 commit comments