chore: new cal.ai tip (#12096)

pull/12095/head
Peer Richelsen 2023-10-27 12:25:28 +01:00 committed by GitHub
parent 0dc41592f2
commit b9cef10ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,14 @@ export const tips = [
description: "Get a better understanding of your business", description: "Get a better understanding of your business",
href: "https://go.cal.com/insights", href: "https://go.cal.com/insights",
}, },
{
id: 12,
thumbnailUrl: "https://ph-files.imgix.net/46d376e1-f897-40fc-9921-c64de971ee13.jpeg?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=390&h=220&fit=max&dpr=2",
mediaLink: "https://go.cal.com/cal-ai",
title: "Cal.ai",
description: "Your personal AI scheduling assistant",
href: "https://go.cal.com/cal-ai",
}
]; ];
const reversedTips = tips.slice(0).reverse(); const reversedTips = tips.slice(0).reverse();