diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 08006389..b0a17728 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
-custom: https://www.paypal.me/Daniel31X13
+custom: ['PayPal.Me/Daniel31X13']
diff --git a/README.md b/README.md
index e181766b..7c6a4709 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,10 @@ LinkWarden
-
-    
+
+
+
+     
diff --git a/src/App.js b/src/App.js
index 10938ffe..c32ceb41 100644
--- a/src/App.js
+++ b/src/App.js
@@ -68,6 +68,7 @@ function App() {
}
const filteredData = filter(data, searchQuery, nameChecked, tagsChecked, descriptionChecked);
+
const tags = concatTags(data);
async function fetchData() {
@@ -107,7 +108,7 @@ function App() {
return (
{e}
+ })}©{new Date().getFullYear()} Made with 💙 by Daniel 31X13