Skip to content

Commit

Permalink
Adopt changes by Stefan
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenleenarts committed Jun 14, 2023
1 parent 20aa4ab commit f9d70ba
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions shared/_tokenSnippet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,18 @@ export class TokenSnippet extends React.Component {
}

const joinCallSpan = (
<span style={spanStyle}>
For testing you can join the call on our web-app:{' '}
<a
target="_blank"
rel="noreferrer noopener"
href={`https://stream-video-demo.vercel.app/?id=${this.state.callId}`}
style={linkStyle}
>
Join Call
</a>
</span>
<span style={spanStyle}>
For testing you can join the call on our web-app:{' '}
<a
taret="_blank"
rel="noreferrer noopener"
href={this.state.deepLink}
style={linkStyle}
>
Join Call
</a>
</span>

);

const credentialsTable = (
Expand Down

0 comments on commit f9d70ba

Please sign in to comment.