Skip to content

Commit

Permalink
link to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zafergurel committed Jul 14, 2024
1 parent 570faa4 commit fe50742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default function App({ mode }: { mode: PlayerType }) {
<span>This project is part of</span>
<a className="text-blue-400 underline" href="https://streaming.university">
Streaming University
</a> (Source code is coming soon...)
</a> (<a href="https://github.com/streaming-university/public-moq-vs-dash" target="_blank">Source code</a>)
</>
}
{mode === "dash" && <span>Powered by <a href="https://dashjs.org/" target="_blank">dash.js</a>.</span>}
Expand Down

0 comments on commit fe50742

Please sign in to comment.