From c29a6fb3b7a7fdbc6f425ce3777bb0ec0fadafec Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 7 Dec 2021 20:08:51 +0100 Subject: [PATCH] [support] remove bitcoin link, it's unused anyway and shitty for the planet --- components/Support.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Support.vue b/components/Support.vue index 2d1687af6..34bed7e63 100644 --- a/components/Support.vue +++ b/components/Support.vue @@ -23,7 +23,6 @@ links: [ {headline: 'Ko-Fi', url: 'https://ko-fi.com/radajezykaneutralnego', icon: 'coffee', }, {headline: 'PayPal', url: 'https://paypal.me/RJNeutralnego', icon: 'paypal', iconSet: 'b'}, - {headline: 'BTC', url: 'https://www.blockchain.com/btc/address/1GFVeVZfYtPqDMAoCwK8WT2C4HjwiGxXS1', icon: 'bitcoin', iconSet: 'b'}, ] } }