From f3e0a8351984601b3272f13b5471c29ed925e087 Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Mon, 9 Dec 2024 12:52:17 +0000 Subject: [PATCH] chore(automate): add in-app demo calendar link (#3657) --- .../components/project/page/automations/EmptyState.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/frontend-2/components/project/page/automations/EmptyState.vue b/packages/frontend-2/components/project/page/automations/EmptyState.vue index 1b30ea6733..153e37b91f 100644 --- a/packages/frontend-2/components/project/page/automations/EmptyState.vue +++ b/packages/frontend-2/components/project/page/automations/EmptyState.vue @@ -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: {