Correção label perfil

This commit is contained in:
Matheus Albino Brunhara
2022-09-03 16:54:09 -03:00
parent 21763530b7
commit c92c38d00a

View File

@@ -326,7 +326,7 @@ const Perfil: React.FC<ScanNewProps> = (props) => {
onClick={() => history.push({ pathname: "/veiculos/cadastrar" })}
>
<IonIcon icon={carOutline} slot="start" />
<IonLabel>Cadastrar van</IonLabel>
<IonLabel>Cadastrar veículo</IonLabel>
</IonItem>
{isDriver ? (