Skip to content

Commit 043fd15

Browse files
authored
Merge pull request #9 from sum01/fix-deprecated
Fix deprecated Github star button
2 parents f5fd51c + 82547af commit 043fd15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<p style="font-weight:bold;" class="lead heading">micro</p>
5757
<p class="lead">a modern and intuitive terminal-based text editor</p>
5858
<p><a class="btn btn-lg btn-success" onclick="download_page()" role="button">Download</a></p>
59-
<a aria-label="Star zyedidia/micro on GitHub" data-count-aria-label="# stargazers on GitHub" data-count-api="/repos/zyedidia/micro#stargazers_count" data-count-href="/zyedidia/micro/stargazers" data-style="mega" href="https://github.com/zyedidia/micro" class="github-button">Star</a>
59+
<a class="github-button" href="https://github.com/zyedidia/micro" data-size="large" data-show-count="true" aria-label="Star zyedidia/micro on GitHub">Star</a>
6060
<p><a style='font-size: 16px;' href="https://github.com/zyedidia/micro#installation">See detailed installation instructions</a></p>
6161
</div>
6262
<hr>

0 commit comments

Comments
 (0)