Skip to content

Commit 8e05070

Browse files
authored
continue: Add app logos (#1078)
* Add Grain logo * Add Slack logo * Add other logos * Add other logos
1 parent eb03e0c commit 8e05070

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

tiptap-cloud/mod.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ interface Props {
2020
}
2121

2222
/**
23-
* @title Tiptap Cloud
23+
* @title TipTap Cloud
2424
* @name TiptapCloud
25-
* @description Connects to Tiptap Cloud Collaboration REST API for document management.
25+
* @description Tiptap Cloud Collaboration REST API for document management
2626
* @category Content
27-
* @logo https://tiptap.dev/images/tiptap-logo.svg
27+
* @logo https://images.saasworthy.com/tiptap_44708_logo_1691501025_zyt0n.png
2828
*/
2929
export default function TiptapCloud(props: Props): App<Manifest, State> {
3030
const { appId, apiSecret } = props;

vertex/mod.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ interface Props {
2828
/**
2929
* @title Vertex
3030
* @name Vertex
31-
* @description This uses the Google Vertex AI API to transcribe audio files.
31+
* @description Google Vertex AI APIs
3232
* @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
3434
*/
3535
export default function Vertex(props: Props): App<Manifest, State> {
3636
const { googleCredentials, location, project } = props;

vtex/mod.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ export interface Props {
7979
}
8080
export const color = 0xf71963;
8181
/**
82+
* @name VTEX
8283
* @title VTEX
83-
* @description Loaders, actions and workflows for adding VTEX Commerce Platform to your website.
84+
* @description Interact with VTEX Commerce Platform account
8485
* @category Ecommmerce
8586
* @logo https://raw.githubusercontent.com/deco-cx/apps/main/vtex/logo.png
8687
*/

0 commit comments

Comments
 (0)