From 768781553d47818b631067b53d3bacc7fdedf297 Mon Sep 17 00:00:00 2001 From: Kevin Eduard Piske Date: Thu, 16 May 2024 17:32:47 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20#146=20-=20Ajuste=20textual=20para=20um?= =?UTF-8?q?=20termo=20gen=C3=A9rico=20a=20fim=20de=20que=20a=20quantidade?= =?UTF-8?q?=20de=20abrigos=20retornados=20n=C3=A3o=20seja=20confundido=20c?= =?UTF-8?q?om=20o=20status=20"dispon=C3=ADvel".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home/components/ShelterListView/ShelterListView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home/components/ShelterListView/ShelterListView.tsx b/src/pages/Home/components/ShelterListView/ShelterListView.tsx index ec57fc7b..7944a8ba 100644 --- a/src/pages/Home/components/ShelterListView/ShelterListView.tsx +++ b/src/pages/Home/components/ShelterListView/ShelterListView.tsx @@ -36,10 +36,10 @@ const ShelterListView = React.forwardRef( return (

- Abrigos disponíveis ({count}) + Abrigos encontrados ({count})

}