Skip to content

Commit

Permalink
fix(docs): updates the github fork button.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 18, 2024
1 parent ad0930a commit 5798f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/dummy/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<script src="{{rootURL}}assets/dummy.js"></script>

{{content-for "body-footer"}}
<!-- Place this tag right after the last button or just before your close body tag. -->
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>

{{!-- Place this tag in your head or just before your close body tag. --}}
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</p>
<p>
{{!-- Place this tag where you want the button to render. --}}
<a class="github-button" href="https://github.com/adopted-ember-addons/ember-paper" data-style="mega" data-count-href="/adopted-ember-addons/ember-paper/network" data-count-api="/repos/adopted-ember-addons/ember-paper#forks_count">Fork</a>
<a class="github-button" href="https://github.com/ember-adopted-addons/ember-paper/fork" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Fork ember-adopted-addons/ember-paper on GitHub">Fork</a>
</p>
</div>
</PaperContent>

0 comments on commit 5798f83

Please sign in to comment.