From bbca7088328cf167af283b481dee93b34a16cc8b Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Tue, 24 Sep 2024 11:18:34 +0800 Subject: [PATCH] add marketplace card --- web/app/components/plugins/card.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 web/app/components/plugins/card.tsx diff --git a/web/app/components/plugins/card.tsx b/web/app/components/plugins/card.tsx new file mode 100644 index 0000000000..b7710a2ba5 --- /dev/null +++ b/web/app/components/plugins/card.tsx @@ -0,0 +1,24 @@ +const Card = () => { + return ( +
+
+
+
+
+ Notion Page Search +
+
+ Notion +
/
+ notion-page-search +
+
+
+
+ Search Notion pages and open visited ones faster. No admin access required. +
+
+ ) +} + +export default Card