Skip to content

Commit

Permalink
Merge pull request #27 from AI4Bharat/react-django
Browse files Browse the repository at this point in the history
Sponsor Grid Wrap
  • Loading branch information
Shanks0465 authored Sep 3, 2024
2 parents 885a6e4 + 8c98326 commit db346cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/components/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Heading,
SimpleGrid,
Stack,
Wrap,
} from "@chakra-ui/react";
import Image from "next/image";

Expand All @@ -23,7 +24,7 @@ export default function Sponsors() {
</Stack>

<Box mt={12}>
<SimpleGrid gap={10} columns={4}>
<Wrap justify={"center"} gap={10}>
<Card w={300} h={100}>
<Image
src={`${imagePrefix}/assets/logos/meity.svg`}
Expand Down Expand Up @@ -73,7 +74,7 @@ export default function Sponsors() {
fill={true}
/>
</Card>
</SimpleGrid>
</Wrap>
</Box>
</Box>
);
Expand Down

0 comments on commit db346cb

Please sign in to comment.