File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ interface Props {
20
20
}
21
21
22
22
/**
23
- * @title Tiptap Cloud
23
+ * @title TipTap Cloud
24
24
* @name TiptapCloud
25
- * @description Connects to Tiptap Cloud Collaboration REST API for document management.
25
+ * @description Tiptap Cloud Collaboration REST API for document management
26
26
* @category Content
27
- * @logo https://tiptap.dev/images/tiptap-logo.svg
27
+ * @logo https://images.saasworthy.com/tiptap_44708_logo_1691501025_zyt0n.png
28
28
*/
29
29
export default function TiptapCloud ( props : Props ) : App < Manifest , State > {
30
30
const { appId, apiSecret } = props ;
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ interface Props {
28
28
/**
29
29
* @title Vertex
30
30
* @name Vertex
31
- * @description This uses the Google Vertex AI API to transcribe audio files.
31
+ * @description Google Vertex AI APIs
32
32
* @category Tool
33
- * @logo https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/1/0ac02239-61e6-4289-8a36-e78c0975bcc8
33
+ * @logo https://techcrunch.com/wp-content/uploads/2021/05/VertexAI-512-color.png
34
34
*/
35
35
export default function Vertex ( props : Props ) : App < Manifest , State > {
36
36
const { googleCredentials, location, project } = props ;
Original file line number Diff line number Diff line change @@ -79,8 +79,9 @@ export interface Props {
79
79
}
80
80
export const color = 0xf71963 ;
81
81
/**
82
+ * @name VTEX
82
83
* @title VTEX
83
- * @description Loaders, actions and workflows for adding VTEX Commerce Platform to your website.
84
+ * @description Interact with VTEX Commerce Platform account
84
85
* @category Ecommmerce
85
86
* @logo https://raw.githubusercontent.com/deco-cx/apps/main/vtex/logo.png
86
87
*/
You can’t perform that action at this time.
0 commit comments