Skip to content

Commit

Permalink
Edit message about missing meal donor
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinToft committed Aug 24, 2024
1 parent 4a9951d commit b16e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ASPCalendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ const ASPCalendar = ({ authId }: ASPCalendarProps) => {
</HStack>
<HStack marginTop={5}>
<PiHourglass size={16} />
<Text fontSize="14px">Meal Donor not found yet</Text>
<Text fontSize="14px">No committed meal donor</Text>
</HStack>
<Box position="absolute" bottom={2} right={2}>
<HStack spacing={2}>
Expand Down

0 comments on commit b16e3ef

Please sign in to comment.