From fea4d278122ba8ddf66eb3fc44b86b3c290ce927 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Tue, 9 Nov 2021 11:56:15 -0300 Subject: [PATCH] Fixing camera icon size in MapModal --- src/app/components/MapModal.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 })}