We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327e9cd commit eeb88aaCopy full SHA for eeb88aa
2 files changed
components/frontend/src/app/projects/[name]/sessions/[sessionName]/components/welcome-experience.tsx
@@ -27,7 +27,7 @@ type WelcomeExperienceProps = {
27
};
28
29
const WELCOME_MESSAGE = `Welcome to Ambient AI! Please select a workflow or type a message to get started.`;
30
-const SETUP_MESSAGE = `Great! Give me a moment to get set up.`;
+const SETUP_MESSAGE = `Great! Give me a moment to get set up`;
31
32
export function WelcomeExperience({
33
ootbWorkflows,
0 commit comments