Chore: Adds buttons instead of links to about
This commit is contained in:
committed by
Lisa Hillebrand
parent
b93983243e
commit
03b359019e
+7
-6
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
gitlab: {
|
||||
url: 'https://gitlab.com/bloodyhealth/drip',
|
||||
text: 'GitLab'
|
||||
text: 'GitLab',
|
||||
},
|
||||
email: {
|
||||
url: 'mailto:bloodyhealth@mailbox.org',
|
||||
text: 'email'
|
||||
url: 'mailto:drip@mailbox.org',
|
||||
text: 'email',
|
||||
},
|
||||
wiki: {
|
||||
url: 'https://gitlab.com/bloodyhealth/drip/wikis/home',
|
||||
text: 'our wiki'
|
||||
text: 'our wiki',
|
||||
},
|
||||
website: {
|
||||
url: 'https://bloodyhealth.gitlab.io/'
|
||||
url: 'https://bloodyhealth.gitlab.io/',
|
||||
text: 'Website',
|
||||
},
|
||||
donate: {
|
||||
url: 'https://ko-fi.com/dripapp',
|
||||
text: 'here'
|
||||
text: 'Donate here',
|
||||
},
|
||||
smashicons: {
|
||||
url: 'https://smashicons.com/',
|
||||
|
||||
Reference in New Issue
Block a user