Skip to content

Commit cc7a756

Browse files
authored
Change Star and Support buttons to make all match (#2243)
* Update navbar.html * Update navbar.html * Update navbar.html
1 parent 991dce7 commit cc7a756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layout/navbar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
</li>
3232
</ul>
3333
<div class="navbar-action-buttons d-flex gap-4">
34-
<a class="btn btn-outline-dark btn-sm btn-star" href="https://github.com/JuliaLang/julia" target="_blank">Star</a>
35-
<a class="btn btn-danger btn-sm btn-sponsor" href="https://github.com/sponsors/julialang" target="_blank">❤️ Sponsor</a>
34+
<a class="github-button" href="https://github.com/JuliaLang/julia" data-icon="octicon-star" data-size="large" data-show-count="false" aria-label="Star JuliaLang/julia on GitHub">Star</a>
35+
<a class="github-button" href="https://github.com/sponsors/julialang" data-icon="octicon-heart" data-size="large" aria-label="Sponsor @julialang on GitHub">Sponsor</a>
3636
</div>
3737
</div>
3838
</div>
3939
</nav>
4040
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
4141

42-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
42+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>

0 commit comments

Comments
 (0)