Skip to content

Commit 8f3e5c6

Browse files
committed
Small fix
1 parent 3f4a8ac commit 8f3e5c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/test/app/components/chat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const Chat = ({ models }: ChatProps) => {
217217
))}
218218
</Column>
219219

220-
<Column title="Streamdown without plugins">
220+
<Column title="Streamdown">
221221
{messages.map((message, messageIndex) => (
222222
<div key={message.id}>
223223
<span className="font-bold">
@@ -271,7 +271,7 @@ export const Chat = ({ models }: ChatProps) => {
271271
))}
272272
</Column>
273273

274-
<Column title="Streamdown">
274+
<Column title="Streamdown with plugins">
275275
{messages.map((message, messageIndex) => (
276276
<div key={message.id}>
277277
<span className="font-bold">

0 commit comments

Comments
 (0)