diff options
Diffstat (limited to 'www/src/components/GithubStarButton.astro')
-rw-r--r-- | www/src/components/GithubStarButton.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/src/components/GithubStarButton.astro b/www/src/components/GithubStarButton.astro index e8152cb46..9613c9e72 100644 --- a/www/src/components/GithubStarButton.astro +++ b/www/src/components/GithubStarButton.astro @@ -1,6 +1,6 @@ <!-- Place this tag where you want the button to render. --> -<div class="hidden-mobile" style="text-align: center; height: 36px;"> -<a class="github-button" href="https://github.com/snowpackjs/astro" data-icon="octicon-star" +<div class="hidden-mobile" style="text-align: center; height: 36px; margin-top: 0.75rem;"> + <a class="github-button" href="https://github.com/snowpackjs/astro" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star snowpackjs/astro on GitHub">Star</a> </div> <!-- Place this tag in your head or just before your close body tag. --> |