Skip to content

Commit

Permalink
fix versions for expo
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Sep 3, 2024
1 parent 9f51596 commit 643bf8d
Show file tree
Hide file tree
Showing 11 changed files with 19,179 additions and 93,393 deletions.
18,623 changes: 0 additions & 18,623 deletions backend/package-lock.json

This file was deleted.

10,734 changes: 5,348 additions & 5,386 deletions backend/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mobile/components/AnnouncementCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const AnnouncementCard = ({
</View>
</View>
{isRead ? (
<Ionicons name="md-mail-open-outline" size={24} color="#666666" />
<Ionicons name="mail-open" size={24} color="#666666" />
) : (
<Ionicons name="mail-unread-outline" size={24} color="#3F3BED" />
)}
Expand Down
Loading

0 comments on commit 643bf8d

Please sign in to comment.