diff --git a/src/app/components/MapModal.js b/src/app/components/MapModal.js index 1c37b53..76882b1 100644 --- a/src/app/components/MapModal.js +++ b/src/app/components/MapModal.js @@ -103,7 +103,7 @@ function iconInstitutionTextRow(props) { return ( - + {props.description} @@ -117,7 +117,7 @@ function iconImageRow(props) { @@ -233,7 +233,7 @@ function componentBody(props) { {!isOfficialPluviometer(props.name) && iconTextRow({ name: "account", description: user })} {iconInstitutionTextRow({ - name: "university", + name: "bank", description: institution, })} {iconTextRow({ name: "map-marker", description: address })}