diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 0800638..b0a1772 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 e181766..7c6a470 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ LinkWarden - -![GitHub](https://img.shields.io/github/license/daniel31x13/link-warden?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/daniel31x13/link-warden?style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/daniel31x13/link-warden?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/daniel31x13/link-warden?style=flat-square) ![Netlify](https://img.shields.io/netlify/31890116-669c-4b1c-844e-fa427503d8bf?style=flat-square) + +![Twitter Follow](https://img.shields.io/twitter/follow/Daniel31X13?style=social) + +![GitHub](https://img.shields.io/github/license/daniel31x13/link-warden?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/daniel31x13/link-warden?style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/daniel31x13/link-warden?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/daniel31x13/link-warden?style=flat-square) ![Netlify](https://img.shields.io/netlify/31890116-669c-4b1c-844e-fa427503d8bf?style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/daniel31x13/link-warden?style=flat-square) diff --git a/src/App.js b/src/App.js index 10938ff..c32ceb4 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