Skip to content

Commit

Permalink
(#72) 🎨 design: κ°€μ΄λ“œ 닡변은 μ€„λ°”κΏˆ κΌ¬λž‘μ§€ 말풍선에 좜λ ₯ν•˜λ„λ‘ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 27, 2024
1 parent ae65f57 commit c8f476a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pages/Chatbot/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,7 @@ const Chatbot = () => {

{/* 첫 번째 λ¬Έμžμ—΄μ€ κΌ¬λž‘μ§€ 말풍선에 좜λ ₯ */}
<RookieChat
contentList={[
{
type: "textList",
content: [answerString],
}
]}
initialPreformattedMessage={answerString}
/>

{/* 두 번째 이상 λ¬Έμžμ—΄μ€ 일반 말풍선에 좜λ ₯
Expand Down

0 comments on commit c8f476a

Please sign in to comment.