Skip to content

Commit a040026

Browse files
authored
fix for volunteer shelter title (#95)
1 parent 2c5b0f2 commit a040026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/components/ShelterListItem/ShelterListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
7070
{data.shelterSupplies.length > 0 && (
7171
<>
7272
<ShelterSupplyCategoryRow
73-
title="Necessita volunários:"
73+
title="Necessita voluntários:"
7474
tags={tags.NeedVolunteers.map(getChipProps)}
7575
/>
7676
<ShelterSupplyCategoryRow

0 commit comments

Comments
 (0)