diff --git a/README.md b/README.md index b869b69..1587c81 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # drip, the open-source cycle tracking app A menstrual cycle tracking app that's open-source and leaves your data on your phone. Use it to track your menstrual cycle and/or for fertility awareness! -Find more information on [our website](https://bloodyhealth.gitlab.io/). +Find more information on [our website](http://dripapp.org/). -[Get it here](https://bloodyhealth.gitlab.io/release/8.apk) + height="55">](http://dripapp.org/release/8.apk) [Get it on F-Droid](https://f-droid.org/packages/com.drip/) diff --git a/components/common/button.js b/components/common/button.js index cfb73b4..4cf588b 100644 --- a/components/common/button.js +++ b/components/common/button.js @@ -11,21 +11,19 @@ const Button = ({ children, iconName, isCTA, - isVisible, isSmall, onPress, testID, ...props }) => { const buttonStyle = isCTA ? styles.cta : styles.regular - const buttonDisplay = isVisible ? styles.isVisible : null const textCTA = isCTA ? styles.buttonTextBold : styles.buttonTextRegular const textStyle = [textCTA, isSmall ? textSmall : text] return ( @@ -39,7 +37,6 @@ Button.propTypes = { children: PropTypes.node, iconName: PropTypes.string, isCTA: PropTypes.bool, - isVisible: PropTypes.bool, isSmall: PropTypes.bool, onPress: PropTypes.func, testID: PropTypes.string, @@ -79,10 +76,6 @@ const styles = StyleSheet.create({ borderRadius: 25, ...button, }, - isVisible: { - display: 'none', - ...button, - }, buttonTextBold: { color: 'white', fontFamily: Fonts.bold, diff --git a/components/settings/about.js b/components/settings/about.js index e9b8963..25ff929 100644 --- a/components/settings/about.js +++ b/components/settings/about.js @@ -36,14 +36,15 @@ const AboutSection = () => { {labels.donate.note} - + {Platform.OS !== 'ios' && ( + + )} {require('../../package.json').version} diff --git a/i18n/en/links.js b/i18n/en/links.js index 16f839a..fd3e223 100644 --- a/i18n/en/links.js +++ b/i18n/en/links.js @@ -12,7 +12,7 @@ export default { text: 'our wiki', }, website: { - url: 'https://bloodyhealth.gitlab.io/', + url: 'http://dripapp.org/', text: 'Website', }, donate: {