From ad35531388f55f31982dc2eda06769ece443dcc6 Mon Sep 17 00:00:00 2001
From: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
Date: Mon, 29 Mar 2021 12:08:29 +0530
Subject: [PATCH] Add github and btc address.
---
README.md | 6 ++++++
package.json | 1 +
src/App.vue | 15 +++++++++++++++
src/main.js | 3 ++-
yarn.lock | 7 +++++++
5 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2be6ddb3..c921af74 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,12 @@ The documentation can be found at https://piped-docs.kavin.rocks (accessible via


+## Donations
+
+Donations can be made at 13MoHioctZkC7LDSZSb4m32TDT8xNmei1p (BTC)
+
+Contributions in any other form are also welcomed.
+
## Development Setup
```
diff --git a/package.json b/package.json
index e28d347d..8387fd22 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
+ "@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-2",
"core-js": "^3.9.1",
diff --git a/src/App.vue b/src/App.vue
index 29af6304..f485ac89 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -42,6 +42,21 @@