Skip to content

Commit

Permalink
Change Brave Talk link to talk.brave.com/widget
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner authored and bsclifton committed Jul 28, 2021
1 parent 7455821 commit d944379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Together extends React.PureComponent<Props, {}> {

shouldCreateCall = (event: any) => {
event.preventDefault()
window.open(`https://together.brave.com/widget`, '_self', 'noopener')
window.open(`https://talk.brave.com/widget`, '_self', 'noopener')
}

render () {
Expand Down

0 comments on commit d944379

Please sign in to comment.