This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
export default {
|
|
methods: {
|
|
supportLinks() {
|
|
return [
|
|
{headline: 'Ko-Fi', url: 'https://ko-fi.com/radajezykaneutralnego', icon: 'coffee',},
|
|
{headline: 'PayPal', url: 'https://paypal.me/RJNeutralnego', icon: 'paypal', iconSet: 'b'},
|
|
...this.config.support.links,
|
|
];
|
|
},
|
|
}
|
|
}
|