From 8a99c3d2a5ccc9ddc538c60961bc994b0feec209 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 12 Feb 2023 22:34:07 +0100 Subject: [PATCH] Update Tips.tsx --- packages/features/tips/Tips.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/features/tips/Tips.tsx b/packages/features/tips/Tips.tsx index f4dd234d59..b573a4fb90 100644 --- a/packages/features/tips/Tips.tsx +++ b/packages/features/tips/Tips.tsx @@ -70,6 +70,14 @@ export const tips = [ description: "Make time work for you and automate tasks", href: "https://go.cal.com/workflows", }, + { + id: 9, + thumbnailUrl: "https://img.youtube.com/vi/93iOmzHieCU/0.jpg", + mediaLink: "https://go.cal.com/round-robin", + title: "Round-Robin", + description: "Create advanced group meetings with round-robin", + href: "https://go.cal.com/round-robin", + }, ]; export default function Tips() {