Skip to content

Commit c7935a2

Browse files
authored
fix: removes emoji from welcome msg to ensure render consistency across different terminals (#720)
1 parent c5bddfd commit c7935a2

File tree

1 file changed

+4
-4
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+4
-4
lines changed

crates/q_cli/src/cli/chat/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ where
276276
style::Print(color_print::cstr! {"
277277
Hi, I'm <g>Amazon Q</g>, your AI Developer Assistant.
278278
\n<yellow>Try asking me:</yellow>\n\n\
279-
<green>• 🔍 What tools do you have?\n\
280-
🛠️ Fix the build failures in this project\n\
281-
Write unit tests and markdown docs for my application\n\
282-
☁️ List the s3 buckets I have in us-west-2</green>
279+
<green>• What tools do you have?\n\
280+
• Fix the build failures in this project\n\
281+
• Write unit tests and markdown docs for my application\n\
282+
• List the s3 buckets I have in us-west-2</green>
283283
\n<dim>Type <green>/exit</green> to quit</dim>\n
284284
"
285285
})

0 commit comments

Comments
 (0)