We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae55c8 commit 4f9a757Copy full SHA for 4f9a757
src/components/ShelterListItem/ShelterListItem.tsx
@@ -69,7 +69,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
69
<div className="flex flex-col gap-3">
70
<Separator className="mt-2" />
71
<p className="text-muted-foreground text-sm md:text-lg font-medium">
72
- Status voluntários:
+ Necessita voluntários:
73
</p>
74
<div className="flex gap-2 flex-wrap">
75
{volunteerTags.length == 0 ?
0 commit comments