Skip to content

Commit

Permalink
make meal donor school image smaller (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jho426 authored Sep 1, 2024
1 parent a90479c commit ccbf874
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file added frontend/public/classroom_compressed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions frontend/src/components/donor/NearbySchoolList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,13 @@ const NearbySchoolList = ({
<Flex
alignItems="center"
justifyItems="center"
marginRight="1vw"
>
<Image
src="/classroom.png"
src="/classroom_compressed.jpg"
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
2 changes: 1 addition & 1 deletion frontend/src/pages/MealDonorCalendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const SchoolSidebar = ({ aspId, distance }: SchoolSidebarProps) => {
/>
<Flex marginBottom="30px">
<Image
src="https://images.squarespace-cdn.com/content/v1/5dc5d641498834108f7c46a5/6384d8a2-9c31-4ae6-a287-256643f2271e/responsiveclassroom.png?format=1500w"
src="/classroom_compressed.jpg"
alt={schoolInfo?.organizationName}
borderRadius="full"
objectFit="contain"
Expand Down

0 comments on commit ccbf874

Please sign in to comment.