From fad10f5c2da456191663224ec484fabb166b537e Mon Sep 17 00:00:00 2001 From: Matheus Albino Brunhara Date: Sat, 3 Sep 2022 16:45:21 -0300 Subject: [PATCH] =?UTF-8?q?Refatora=20url=20meus=20ve=C3=ADculos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Perfil.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Perfil.tsx b/src/pages/Perfil.tsx index 9a6f2b4..5654a60 100644 --- a/src/pages/Perfil.tsx +++ b/src/pages/Perfil.tsx @@ -323,7 +323,7 @@ const Perfil: React.FC = (props) => { history.push({ pathname: "/cadastro-van" })} + onClick={() => history.push({ pathname: "/veiculos/cadastrar" })} > Cadastrar van @@ -333,10 +333,10 @@ const Perfil: React.FC = (props) => { <> history.push({ pathname: "/minhas-vans" })} + onClick={() => history.push({ pathname: "/veiculos/meus" })} > - Minhas vans + Meus veĆ­culos