Skip to content

Commit

Permalink
Sponsor Card No Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Sep 11, 2024
1 parent f934346 commit 8d9bde3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/components/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,49 +25,49 @@ export default function Sponsors() {

<Box mt={12}>
<Wrap justify={"center"} spacing={50}>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/meity.svg`}
alt="LLM"
fill={true}
/>
</Card>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/nilekani.png`}
alt="LLM"
fill={true}
/>
</Card>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/ekstep.png`}
alt="LLM"
fill={true}
/>
</Card>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/C-DAC.png`}
alt="LLM"
fill={true}
/>
</Card>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/microsoft.png`}
alt="LLM"
fill={true}
/>
</Card>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/google.png`}
alt="LLM"
fill={true}
/>
</Card>
<Card w={200} h={75}>
<Card shadow={"none"} w={200} h={75}>
<Image
src={`${imagePrefix}/assets/logos/yotta.png`}
alt="LLM"
Expand Down

0 comments on commit 8d9bde3

Please sign in to comment.