Skip to content
Snippets Groups Projects
Commit 7506e911 authored by Julia Friesel's avatar Julia Friesel
Browse files

Merge branch '377-put-donation-button-in-app' into 'master'

Resolve "put donation button in app"

Closes #377

See merge request bloodyhealth/drip!229
parents 406b7125 bb1bd949
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ export default class AboutSection extends Component {
<FramedSegment title={labels.credits.title}>
<AppText>{labels.credits.note}</AppText>
</FramedSegment>
<FramedSegment title={labels.donate.title}>
<AppText>{labels.donate.note}</AppText>
</FramedSegment>
<FramedSegment title={labels.website.title}>
<AppText>{links.website.url}</AppText>
</FramedSegment>
......
......@@ -14,4 +14,8 @@ export default {
website: {
url: 'https://bloodyhealth.gitlab.io/'
},
donate: {
url: 'https://ko-fi.com/dripapp',
text: 'here'
}
}
......@@ -123,5 +123,9 @@ You can contact us by bloodyhealth@mailbox.org.`
credits: {
title: 'Credits',
note: 'Thanks and lots of <3 to all of our contributors as well as Susanne Umscheid for the wonderful design, and Paula Härtel for the symptom icons.'
},
donate: {
title: 'Buy us a coffee!',
note: `The Bloody Health team is always grateful for donations, big or small, that help us maintain this app and develop new features. You can donate ${links.donate.url}. Thank you! You're awesome.`
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment