Updating App-Infomation + pics (#2489)

This commit is contained in:
sean-brydon 2022-04-15 10:35:50 +01:00 committed by GitHub
parent 25e4e28c2a
commit 080f2bb845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 4 deletions

View file

@ -112,7 +112,7 @@ export default function App({
</div> </div>
<div className="justify-between px-4 py-10 md:flex"> <div className="justify-between px-4 py-10 md:flex">
<div className="prose-sm prose">{body}</div> <div className="prose-sm prose mb-6">{body}</div>
<div className="md:max-w-80 flex-1 md:ml-8"> <div className="md:max-w-80 flex-1 md:ml-8">
<h4 className="font-medium text-gray-900 ">{t("categories")}</h4> <h4 className="font-medium text-gray-900 ">{t("categories")}</h4>
<div className="space-x-2"> <div className="space-x-2">

View file

@ -0,0 +1,11 @@
---
items:
- /api/app-store/slackmessaging/1.jpg
- /api/app-store/slackmessaging/2.jpg
- /api/app-store/slackmessaging/3.jpg
---
<Slider items={items} />
Slack is a proprietary business communication platform that includes many IRC (internet relay chat) features - these include channels, private groups, direct messaging and more. Users are able to send pictures, and videos as well as even hop on calls with others using the paid version. Slack is available via desktop app, web browser or mobile app. The Cal.com Slack App can be used to display your links, upcoming bookings or to create events. Use it with your team members in a Slack, in a Community Slack or even with external contributors in a Slack Connect Channel.

View file

@ -4,7 +4,7 @@
"name": "@calcom/slackmessaging", "name": "@calcom/slackmessaging",
"version": "0.0.0", "version": "0.0.0",
"main": "./index.ts", "main": "./index.ts",
"description": "This is a package for the intergration of slack into the app-store", "description": ": A business communication platform that includes persistent chat rooms (channels), private groups and direct messaging.",
"dependencies": { "dependencies": {
"@calcom/prisma": "*", "@calcom/prisma": "*",
"@slack/web-api": "^6.7.0", "@slack/web-api": "^6.7.0",

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View file

@ -9,4 +9,4 @@ items:
<Slider items={items} /> <Slider items={items} />
Stripe is the world's leading payment provider. Start charging for your bookings today. Stripe provides payment infrastructure for everyone from startups to Fortune 500 companies. They provide payment processing software as well as application programming interfaces (APIs) for mobile applications as well as e-commerce websites processing payments from (but not limited to) credit cards, debit cards, digital wallets, Google Pay, Apple Pay, Bank Transfers, Alipay and WeChat.

View file

@ -5,7 +5,7 @@
"name": "@calcom/stripepayment", "name": "@calcom/stripepayment",
"version": "0.0.0", "version": "0.0.0",
"main": "./index.ts", "main": "./index.ts",
"description": "Stripe is the world's leading payment provider. Start charging for your bookings today.", "description": "A Saas company a payment processing software, and application programming interfaces for e-commerce websites and mobile applications.",
"dependencies": { "dependencies": {
"@calcom/prisma": "*" "@calcom/prisma": "*"
}, },