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