From 9dd58372ce12af462bbffc32aab11a5984c2828c Mon Sep 17 00:00:00 2001 From: devcer Date: Fri, 22 Mar 2024 12:47:27 +0530 Subject: [PATCH] chore: added react-monetize library to the list --- public/img/logo-react.svg | 7 +++++++ src/data/home.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 public/img/logo-react.svg diff --git a/public/img/logo-react.svg b/public/img/logo-react.svg new file mode 100644 index 00000000..cb508a99 --- /dev/null +++ b/public/img/logo-react.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/src/data/home.json b/src/data/home.json index 58d08fc9..c3a8ebab 100644 --- a/src/data/home.json +++ b/src/data/home.json @@ -30,6 +30,13 @@ "desc": "An Eleventy plugin to monetize posts and site content by creating exclusive content areas", "version": ["1.0", "2.0"] }, + { + "name": "react-monetize", + "image": "logo-react.svg", + "link": "https://github.com/guidovizoso/react-monetize", + "desc": "Helpers and hooks to speed up your integration with Web Monetization API", + "version": ["1.0", "2.0"] + }, { "name": "gridsome-plugin-monetization", "image": "logo-tool-gridsome.svg",