Files
drip/i18n/en/links.js
T
2019-05-28 09:03:43 +02:00

22 lines
410 B
JavaScript

export default {
gitlab: {
url: 'https://gitlab.com/bloodyhealth/drip',
text: 'GitLab'
},
email: {
url: 'mailto:bloodyhealth@mailbox.org',
text: 'email'
},
wiki: {
url: 'https://gitlab.com/bloodyhealth/drip/wikis/home',
text: 'our wiki'
},
website: {
url: 'https://bloodyhealth.gitlab.io/'
},
donate: {
url: 'https://ko-fi.com/dripapp',
text: 'here'
}
}