feat(onboarding): add conversational ChatOnboarding component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default function UserMessage({ text }) {
|
||||
return (
|
||||
<div className="chat-message user">
|
||||
<div className="chat-bubble">
|
||||
{text}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user