diff --git a/src/components/announcement.js b/src/components/announcement.js index e1e3eac..140a9e0 100644 --- a/src/components/announcement.js +++ b/src/components/announcement.js @@ -1,7 +1,7 @@ import React, { useEffect, useState } from 'react'; import { View, Text, StyleSheet, TouchableHighlight, Linking } from 'react-native'; import AsyncStorage from '@react-native-async-storage/async-storage'; -import { Center, Button, Modal } from 'native-base'; +import { Center, Modal } from 'native-base'; import { CROWDFUNDING_URL, CROWDFUNDING_START, CROWDFUNDING_END } from '../event-properties'; import { getNow } from '../helpers/program-helpers'; import { getEsMoment } from '../helpers/date-helpers'; @@ -46,9 +46,9 @@ const Announcement = ({ navigationRef }) => { setShowAnnouncement(false)} size='lg'> - Información Importante! + ¡Tenemos crowdfunding! - Este año tenemos crowdfunding... + Todas las actividades son gratuitas, y no aceptamos publicidad. Así que tu apoyo hace posible conFusión. { > {iconsMap.get('crowdfunding', { color: LINK_COLOR })} - Ir a Crowdfunding + Participa y elige tu recompensa - - - Si no quieres visitar la página ahora, puedes encontrar el enlace en la pantalla de openInfo()}>Info {iconsMap.get('info', { size: 14, color: LINK_COLOR })} - - - - + + Si quieres apoyar más tarde, puedes hacerlo en la pestaña de openInfo()}>Info {iconsMap.get('info', { size: 14, color: LINK_COLOR })} + @@ -91,12 +87,13 @@ const styles = StyleSheet.create({ linkContainer: { flexDirection: 'row', paddingVertical: 4, + marginVertical: 4, alignItems: 'center' }, link: { fontWeight: 'bold', color: LINK_COLOR, - fontSize: 16 + fontSize: 18 }, inlineLink: { color: LINK_COLOR diff --git a/src/containers/info-container.js b/src/containers/info-container.js index b670687..060ca7e 100644 --- a/src/containers/info-container.js +++ b/src/containers/info-container.js @@ -79,7 +79,7 @@ const InfoContainer = ({ navigation }) => { > {iconsMap.get('crowdfunding', { color: LINK_COLOR, size: 28 })} - Ayúdanos participando en el crowdfunding! + ¡Apóyanos participando en el crowdfunding! }