summaryrefslogtreecommitdiff
path: root/www/src/components/GithubStarButton.astro
diff options
context:
space:
mode:
Diffstat (limited to 'www/src/components/GithubStarButton.astro')
-rw-r--r--www/src/components/GithubStarButton.astro7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/src/components/GithubStarButton.astro b/www/src/components/GithubStarButton.astro
index 103561eb2..59d50d5e3 100644
--- a/www/src/components/GithubStarButton.astro
+++ b/www/src/components/GithubStarButton.astro
@@ -1,7 +1,8 @@
<!-- Place this tag where you want the button to render. -->
<div class="hidden-mobile" style="text-align: center; height: 36px; margin-top: 0.75rem;">
- <a class="github-button" href="https://github.com/withastro/astro" data-icon="octicon-star"
- data-size="large" data-show-count="true" aria-label="Star withastro/astro on GitHub">Star</a>
+ <a class="github-button" href="https://github.com/withastro/astro" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star withastro/astro on GitHub"
+ >Star</a
+ >
</div>
<!-- Place this tag in your head or just before your close body tag. -->
-<script async="async" defer="defer" src="https://buttons.github.io/buttons.js"></script> \ No newline at end of file
+<script async="async" defer="defer" src="https://buttons.github.io/buttons.js"></script>