Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put the same emoji in in the app now as a console .log #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colin-codegen[bot]
Copy link
Contributor

@colin-codegen colin-codegen bot commented Sep 8, 2023

Codegen PR • View Issue

The selected approach involves modifying the submit function found in your chat.tsx file. More precisely, we are going to edit the console.log statement

console.log("messages", messages);

to include an emoji. Here's how the new line will look like after modification:

console.log("\ud83d\ude03 messages", messages);
```. The new statement will display a smiling face emoji, followed by the messages data in the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants