Skip to content

Commit beca8ac

Browse files
committed
fixes
1 parent 1c6218f commit beca8ac

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

html/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<p class="navbar-text navbar-right">
5959
<a href="https://twitter.com/authzero" class="twitter-follow-button" data-show-count="true">Follow @authzero</a>
6060
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
61-
<!-- Made with <span class="fa fa-heart"></span> by <a href="https://auth0.com">Auth0</a> -->
6261
</p>
6362
</div><!-- /.navbar-collapse -->
6463
</div><!-- /.container-fluid -->
@@ -440,7 +439,14 @@ <h3 class="panel-title">JavaScript</h3>
440439
<div id="footer">
441440
<div class="container">
442441
<p class="text-muted">
443-
Missing something? <a href="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html">Send a Pull Request</a>
442+
443+
<div class="float-right">
444+
Missing something? <a href="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html">Send a Pull Request</a>
445+
</div>
446+
447+
Made with <span class="fa fa-heart"></span> by <a href="https://auth0.com">Auth0</a>
448+
449+
444450
</p>
445451
</div>
446452
</div>

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<p class="navbar-text navbar-right">
5454
<a href="https://twitter.com/authzero" class="twitter-follow-button" data-show-count="true">Follow @authzero</a>
5555
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
56-
<!-- Made with <span class="fa fa-heart"></span> by <a href="https://auth0.com">Auth0</a> -->
5756
</p>
5857
</div><!-- /.navbar-collapse -->
5958
</div><!-- /.container-fluid -->
@@ -435,7 +434,14 @@ <h3 class="panel-title">JavaScript</h3>
435434
<div id="footer">
436435
<div class="container">
437436
<p class="text-muted">
438-
Missing something? <a href="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html">Send a Pull Request</a>
437+
438+
<div class="float-right">
439+
Missing something? <a href="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html">Send a Pull Request</a>
440+
</div>
441+
442+
Made with <span class="fa fa-heart"></span> by <a href="https://auth0.com">Auth0</a>
443+
444+
439445
</p>
440446
</div>
441447
</div>

0 commit comments

Comments
 (0)