Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mtharrison/deno-playground
Browse files Browse the repository at this point in the history
* 'master' of github.com:mtharrison/deno-playground:
  Fix typo in twitter url
  • Loading branch information
mtharrison committed Jul 1, 2019
2 parents a3ece80 + d5a5153 commit c6cc3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/app.tsx
Expand Up @@ -30,7 +30,7 @@ const App = (props: AppProps) => {
</div>

<footer>
<p>Made with ♥ by <a href="http://twitter/mt_harrison">@mt_harrison</a> | {props.version}</p>
<p>Made with ♥ by <a href="https://twitter.com/mt_harrison">@mt_harrison</a> | {props.version}</p>
</footer>

</div>
Expand Down

0 comments on commit c6cc3d1

Please sign in to comment.