Skip to content

Commit

Permalink
Merge branch 'dev' into chore/add-more-models
Browse files Browse the repository at this point in the history
  • Loading branch information
netwjx authored Jun 18, 2024
2 parents 7762695 + 8f7f512 commit b2fd0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lucide-react": "^0.291.0",
"marked": "^9.1.2",
"marked-highlight": "^2.0.6",
"marked-katex-extension": "^5.0.1",
"marked-katex-extension": "^5.0.2",
"next": "14.2.3",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (props) => {
)}
</div>

<div className={twMerge('w-full')}>
<div className={twMerge('w-full', !isUser && 'break-all')}>
<>
{props.content[0]?.type === ContentType.Image && (
<div className="group/image relative mb-2 inline-flex cursor-pointer overflow-hidden rounded-xl">
Expand Down

0 comments on commit b2fd0d0

Please sign in to comment.