Skip to content

Commit 82667ee

Browse files
Setting number of columns in funders list dynamically
1 parent a935627 commit 82667ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/funders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const Funders = () => {
3030
</Text>
3131

3232
<Grid
33-
templateColumns='repeat(5, minmax(auto, max-content))'
33+
templateColumns={`repeat(${funders.length}, minmax(auto, max-content))`}
3434
gap={6}
3535
my={4}
3636
justifyContent='center'

0 commit comments

Comments
 (0)