aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Shinya Fujino <shf0811@gmail.com> 2023-08-11 00:31:50 +0900
committerGravatar GitHub <noreply@github.com> 2023-08-10 10:31:50 -0500
commit3bc74dd4a9bcbab7ee5d41bb50ac36bc99dba78c (patch)
treefb4fc101997d6008fead3880a7e023f6fe520f67
parent210f8d9f790ec5108b86cebb135d050fce912ac8 (diff)
downloadastro-3bc74dd4a9bcbab7ee5d41bb50ac36bc99dba78c.tar.gz
astro-3bc74dd4a9bcbab7ee5d41bb50ac36bc99dba78c.tar.zst
astro-3bc74dd4a9bcbab7ee5d41bb50ac36bc99dba78c.zip
Remove unnecessary hyphen from svg tag (#8025)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
-rw-r--r--examples/blog/src/components/Header.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/components/Header.astro b/examples/blog/src/components/Header.astro
index 647320834..c9ab99f1d 100644
--- a/examples/blog/src/components/Header.astro
+++ b/examples/blog/src/components/Header.astro
@@ -23,7 +23,7 @@ import { SITE_TITLE } from '../consts';
</a>
<a href="https://twitter.com/astrodotbuild" target="_blank">
<span class="sr-only">Follow Astro on Twitter</span>
- <svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" -
+ <svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32"
><path
fill="currentColor"
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"