File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ export type AppContext = FnContext<State, Manifest>;
21
21
/**
22
22
* @name Grain
23
23
* @title Grain
24
- * @description A Deco app for interacting with the Grain API.
24
+ * @description grain.com is an AI Notetaker for your meeting
25
+ * @logo https://images.ctfassets.net/9haz2glq4wt0/36OjNsjfRZpaR1QtYtPucU/391ae8f9716fa000508b11583fcc9ebb/Grain_AI_Logo.png
25
26
* @version 1.0.0
26
27
*/
27
28
export default function App ( props : Props ) : App < Manifest , State > {
Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ export interface State extends Props {
31
31
apiWrite : ReturnType < typeof createHttpClient < ResendApi > > ;
32
32
}
33
33
/**
34
+ * @name Resend
34
35
* @title Resend
35
- * @description app for sending emails using https:// resend.com/
36
- * @logo https://raw.githubusercontent. com/deco-cx/apps/main/resend/logo .png
36
+ * @description Send emails using resend.com
37
+ * @logo https://mintlify.s3-us-west-1.amazonaws. com/resend/_generated/favicon/apple-touch-icon .png?v=3
37
38
*/
38
39
export default function App ( {
39
40
apiKey,
Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ export interface State extends Props {
26
26
export type AppContext = FnContext < State , Manifest > ;
27
27
28
28
/**
29
- * @name SLACK
29
+ * @name Slack
30
30
* @title Slack
31
- * @description A Deco app for interacting with Slack APIs with strongly typed responses
31
+ * @description Send messages and interact with Slack channels
32
+ * @logo https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/306_Slack_logo-512.png
32
33
*/
33
34
export default function App ( props : Props ) : App < Manifest , State > {
34
35
const slack = new SlackClient (
You can’t perform that action at this time.
0 commit comments