Skip to content

Commit eeb88aa

Browse files
authored
Revert "[Amber] Fix: [Amber Refactor] Update the Start spec-kit workf… (#584)
…low's welcome greeting and subsequent command suggestions with proper nomenclature (#524)" This reverts commit 1d0d7e1.
1 parent 327e9cd commit eeb88aa

2 files changed

Lines changed: 18 additions & 1517 deletions

File tree

components/frontend/src/app/projects/[name]/sessions/[sessionName]/components/welcome-experience.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type WelcomeExperienceProps = {
2727
};
2828

2929
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.`;
30+
const SETUP_MESSAGE = `Great! Give me a moment to get set up`;
3131

3232
export function WelcomeExperience({
3333
ootbWorkflows,

0 commit comments

Comments
 (0)