Merge branch 'master' of https://github.com/CloudAlb/tcc-vamos-frontend into feature/buscar-transporte

This commit is contained in:
Hugo Falcao
2022-06-20 20:23:41 -03:00
35 changed files with 6616 additions and 293 deletions

View File

@@ -10,10 +10,8 @@ export const Action = (props: ComponentProps) => (
<IonRow className="ion-text-center ion-justify-content-center">
<IonCol size="12">
<p>
{ props.message }
<IonRouterLink className="custom-link" routerLink={ props.link }> { props.text } &rarr;</IonRouterLink>
</p>
{ props.message }
<IonRouterLink className="custom-link" routerLink={ props.link }> { props.text } &rarr;</IonRouterLink>
</IonCol>
</IonRow>
);