Skip to content

Commit

Permalink
Fix example links
Browse files Browse the repository at this point in the history
  • Loading branch information
gatteo committed Apr 10, 2020
1 parent 7b50080 commit 9d74af3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions example/package-lock.json

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

3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"parcel": "^1.12.4",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"react-jitsi": "^1.0.1"
}
}
6 changes: 3 additions & 3 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'
import Loader from './components/Loader'
import Jitsi from '../../dist'
import Jitsi from 'react-jitsi'

import './App.css'

Expand All @@ -16,7 +16,7 @@ const App: React.FC = (): React.ReactElement => {

<div className='header'>
<h1>Jitsi Meet React Demo</h1>
<p><i> An example usage of the <a href='https://github.com/this-fifo/Jitsi'>Jitsi Meet React </a> component.</i></p>
<p><i> An example usage of the <a href='https://www.npmjs.com/package/react-jitsi'>Jitsi Meet React </a> component.</i></p>
</div>

<div className='main'>
Expand Down Expand Up @@ -45,7 +45,7 @@ const App: React.FC = (): React.ReactElement => {
</div>

<div className='footer'>
<p><i> 🔥 Happy Coding! by <a href='https://github.com/this-fifo'>Matteo Giardino</a> @ <a href='https://github.com/this-fifo'>Westudents </a>🔥</i></p>
<p><i> 🔥 Happy Coding! by <a href='https://github.com/gatteo'>Matteo Giardino</a> @ <a href='https://westudents.it'>Westudents </a>🔥</i></p>
</div>

</div>
Expand Down

0 comments on commit 9d74af3

Please sign in to comment.