Update Tips.tsx

pull/6775/head
Peer Richelsen 2023-02-12 22:34:07 +01:00 committed by GitHub
parent 336c2d3643
commit 8a99c3d2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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() {