Skip to content

Commit

Permalink
replace dependancy list with github button
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBest committed Apr 3, 2017
1 parent 89cf6a0 commit c101405
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demo/index.html
Expand Up @@ -20,7 +20,9 @@
<body class="text-center">
<h1>emoji-picker</h1>
<p>
<a href="https://jquery.com/" target="_blank">jQuery</a>
<a class="btn btn-secondary" href="https://github.com/one-signal/emoji-picker" target="_blank">
View on GitHub <i class="fa fa-lg fa-github"></i>
</a>
</p>
<div class="container">
<div class="row justify-content-center">
Expand All @@ -39,9 +41,6 @@ <h1>emoji-picker</h1>
</div>
</div>
</div>
<button class="btn btn-secondary" href="https://github.com/one-signal/emoji-picker" role="button">
View on GitHub <i class="fa fa-lg fa-github"></i>
</button>

<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>

Expand Down

0 comments on commit c101405

Please sign in to comment.