diff --git a/assets/proximo-logo.png b/assets/proximo-logo.png deleted file mode 100644 index 8a8c2bf..0000000 Binary files a/assets/proximo-logo.png and /dev/null differ diff --git a/assets/proxiwash-logo.png b/assets/proxiwash-logo.png deleted file mode 100644 index f769b7c..0000000 Binary files a/assets/proxiwash-logo.png and /dev/null differ diff --git a/src/screens/Proximo/ProximoAboutScreen.js b/src/screens/Proximo/ProximoAboutScreen.js index 867faeb..2bb0099 100644 --- a/src/screens/Proximo/ProximoAboutScreen.js +++ b/src/screens/Proximo/ProximoAboutScreen.js @@ -10,6 +10,8 @@ type Props = { navigation: Object, }; +const LOGO = "https://etud.insa-toulouse.fr/~amicale_app/images/proximo-logo.png"; + /** * Class defining the proximo about screen. */ @@ -27,9 +29,8 @@ export default class ProximoAboutScreen extends React.Component { alignItems: 'center' }}> + source={{uri: LOGO}} + style={{height: '100%', width: '100%', resizeMode: "contain"}}/> {i18n.t('proximoScreen.description')} diff --git a/src/screens/Proxiwash/ProxiwashAboutScreen.js b/src/screens/Proxiwash/ProxiwashAboutScreen.js index d573432..39ccc9b 100644 --- a/src/screens/Proxiwash/ProxiwashAboutScreen.js +++ b/src/screens/Proxiwash/ProxiwashAboutScreen.js @@ -10,6 +10,8 @@ type Props = { navigation: Object, }; +const LOGO = "https://etud.insa-toulouse.fr/~amicale_app/images/proxiwash-logo.png"; + /** * Class defining the proxiwash about screen. */ @@ -27,9 +29,8 @@ export default class ProxiwashAboutScreen extends React.Component { alignItems: 'center' }}> + source={{uri: LOGO}} + style={{height: '100%', width: '100%', resizeMode: "contain"}}/> {i18n.t('proxiwashScreen.description')} diff --git a/src/screens/Services/ServicesScreen.js b/src/screens/Services/ServicesScreen.js index 7149687..3d82f95 100644 --- a/src/screens/Services/ServicesScreen.js +++ b/src/screens/Services/ServicesScreen.js @@ -25,7 +25,7 @@ const ROOM_IMAGE = "https://scontent-cdt1-1.xx.fbcdn.net/v/t1.0-9/47041013_20435 const EMAIL_IMAGE = "https://etud-mel.insa-toulouse.fr/webmail/images/logo-bluemind.png"; const ENT_IMAGE = "https://ent.insa-toulouse.fr/media/org/jasig/portal/layout/tab-column/xhtml-theme/insa/institutional/LogoInsa.png"; -const PROXIMO_IMAGE = require("../../../assets/proximo-logo.png"); +const PROXIMO_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/proximo-logo.png" const WIKETUD_LINK = "https://wiki.etud.insa-toulouse.fr/resources/assets/wiketud.png?ff051"; const AMICALE_IMAGE = require("../../../assets/amicale.png"); const EE_IMAGE = "https://etud.insa-toulouse.fr/~eeinsat/wp-content/uploads/2019/09/logo-blanc.png";