Skip to content

Commit

Permalink
fix demo and peertube sdk global
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Mar 15, 2024
1 parent 3729a7c commit 62d44bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/react/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ class App extends Component {
<tr>
<th>PeerTube</th>
<td>
{this.renderLoadButton('https://peertube.stream/w/kHvWmBaDVogEHgojMSDJjV', 'Test A')}
{this.renderLoadButton('https://peertube.stream/w/ek2YfzbW3s1BqsAAmSMG5j', 'Test B')}
{this.renderLoadButton('https://celluloid-media.huma-num.fr/w/5GPbYsxX97Kxo8uLviWG4i', 'Test A')}
{this.renderLoadButton('https://celluloid-media.huma-num.fr/w/ngUWp1oYed4xHCjd3xtiem', 'Test B')}
</td>
</tr>
<tr>
Expand Down

0 comments on commit 62d44bd

Please sign in to comment.