Skip to content

Commit

Permalink
make meal donor school image smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
jho426 committed Sep 1, 2024
1 parent 9ab0ce0 commit 1fe4dc3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/src/components/donor/NearbySchoolList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const NearbySchoolList = ({
location and have open meal requests within the next 3 months.
</Text>
</Flex>
<Flex flex="1" padding="0 7vw" flexDirection="column">
<Flex flex="1" padding="0 7vw" flexDirection="column" key = "">
<Box
display="flex"
flexDirection="column"
Expand Down Expand Up @@ -86,14 +86,13 @@ const NearbySchoolList = ({
<Flex
alignItems="center"
justifyItems="center"
marginRight="1vw"
>
<Image
src="/classroom.png"
alt={school?.info?.organizationName}
borderRadius="full"
w={{ base: "10vh", sm: "20vh" }}
h={{ base: "10vh", sm: "20vh" }}
w={{ base: "10vh", sm: "13vh" }}
h={{ base: "10vh", sm: "13vh" }}
objectFit="contain"
/>
</Flex>
Expand Down

0 comments on commit 1fe4dc3

Please sign in to comment.