Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hi02102002 committed Jul 8, 2024
1 parent 85c6ce2 commit 248407c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist-components/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-components/index.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-components/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-components/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dialogue-chatbox",
"private": false,
"version": "2.0.4",
"version": "2.0.5",
"type": "module",
"main": "./dist-components/index.umd.js",
"module": "./dist-components/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Props = {
const renderLink = ({ attributes, content }: any) => {
const { href, ...props } = attributes
return (
<a href={href} {...props} className='underline'>
<a href={href} {...props} target='_blank' className='underline'>
{content}
</a>
)
Expand Down

0 comments on commit 248407c

Please sign in to comment.