Skip to content

Commit

Permalink
fix: improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusDubin committed May 10, 2024
1 parent 3ae55c8 commit 4f9a757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShelterListItem/ShelterListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
<div className="flex flex-col gap-3">
<Separator className="mt-2" />
<p className="text-muted-foreground text-sm md:text-lg font-medium">
Status voluntários:
Necessita voluntários:
</p>
<div className="flex gap-2 flex-wrap">
{volunteerTags.length == 0 ?
Expand Down

0 comments on commit 4f9a757

Please sign in to comment.