Skip to content

Commit 58ed488

Browse files
add text above list
1 parent 883ae64 commit 58ed488

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/EditShelterSupply/EditShelterSupply.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ const EditShelterSupply = () => {
202202
onAddNewItem={() => navigate(`/abrigo/${shelterId}/item/cadastrar`)}
203203
/>
204204
</div>
205+
206+
<p className="text-muted-foreground mt-3">
207+
Para cada item da lista abaixo, informe a disponibilidade no abrigo selecionado.
208+
</p>
205209
<div className="flex flex-col gap-2 w-full my-4">
206210
{Object.entries(supplyGroups).map(([key, values], idx) => {
207211
const items: ISupplyRowItemProps[] = values

0 commit comments

Comments
 (0)