Skip to content

Commit 4f9a757

Browse files
committed
fix: improve readability
1 parent 3ae55c8 commit 4f9a757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ShelterListItem/ShelterListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
6969
<div className="flex flex-col gap-3">
7070
<Separator className="mt-2" />
7171
<p className="text-muted-foreground text-sm md:text-lg font-medium">
72-
Status voluntários:
72+
Necessita voluntários:
7373
</p>
7474
<div className="flex gap-2 flex-wrap">
7575
{volunteerTags.length == 0 ?

0 commit comments

Comments
 (0)