From 994df45a1963b277d7f63d2de233376cb14d39b4 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 21 Nov 2022 20:09:05 +0000 Subject: [PATCH] added requires confirmation to Tips.tsx (#5535) --- packages/ui/v2/modules/tips/Tips.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/ui/v2/modules/tips/Tips.tsx b/packages/ui/v2/modules/tips/Tips.tsx index 8d0f1afd8e..c154e02e89 100644 --- a/packages/ui/v2/modules/tips/Tips.tsx +++ b/packages/ui/v2/modules/tips/Tips.tsx @@ -31,6 +31,22 @@ const tips = [ description: "Ask screening questions of potential bookers to connect them with the right person", href: "https://cal.com/blog/cal-v-1-8", }, + { + id: 4, + thumbnailUrl: "https://img.youtube.com/vi/zGr_s-fG84k/0.jpg", + mediaLink: "https://youtu.be/zGr_s-fG84k", + title: "Requires Confirmation", + description: "Learn how to be in charge of your bookings", + href: "https://docs.cal.com/deep-dives/event-types#opt-in-booking", + }, + { + id: 5, + thumbnailUrl: "https://img.youtube.com/vi/0v_nQtpxC_4/0.jpg", + mediaLink: "https://youtu.be/0v_nQtpxC_4", + title: "Accept Payments", + description: "Charge for your time with Cal.com's Stripe App", + href: "https://app.cal.com/apps/stripe", + }, ]; export default function Tips() {