Skip to content

Commit

Permalink
chore(automate): add in-app demo calendar link (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriesler authored Dec 9, 2024
1 parent 648e077 commit f3e0a83
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,15 @@ const emptyStateItems = computed(() => {
{
title: 'Learn more',
description:
'Find out how Automate can be customised to support virtually any of your custom workflows.',
"Let's chat! Find out how Automate can be customised to support and improve virtually any of your custom workflows.",
buttons: [
{
text: 'Book a demo',
props: {
to: 'https://calendar.app.google/kH2EzSSMQktJ6bTZ7',
external: true
}
},
{
text: 'View docs',
props: {
Expand Down

0 comments on commit f3e0a83

Please sign in to comment.