Skip to content

Commit

Permalink
target new를 browser로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dongoc committed Jan 22, 2025
1 parent a57f4ec commit 560355c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat/src/utils/a-tag-navigator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function useATagNavigator() {
if (href) {
routeExternally({
href,
target: 'new',
target: 'browser',
noNavbar: true,
})
}
Expand Down

0 comments on commit 560355c

Please sign in to comment.