Skip to content

Commit

Permalink
Compress image
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda committed Sep 1, 2024
1 parent be41497 commit c3f84f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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.
2 changes: 1 addition & 1 deletion frontend/src/components/donor/NearbySchoolList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const NearbySchoolList = ({
justifyItems="center"
>
<Image
src="/classroom.png"
src="/classroom_compressed.jpg"
alt={school?.info?.organizationName}
borderRadius="full"
w={{ base: "10vh", sm: "13vh" }}
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 c3f84f8

Please sign in to comment.