diff options
Diffstat (limited to 'examples/blog/src/components/BlogHeader.astro')
-rw-r--r-- | examples/blog/src/components/BlogHeader.astro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/blog/src/components/BlogHeader.astro b/examples/blog/src/components/BlogHeader.astro index 4d32e87d8..ebecef7d8 100644 --- a/examples/blog/src/components/BlogHeader.astro +++ b/examples/blog/src/components/BlogHeader.astro @@ -2,7 +2,14 @@ <article> <h1> <a href="/"> - <svg class="logo" width="32" height="32" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg"> + <svg + class="logo" + width="32" + height="32" + viewBox="0 0 256 256" + fill="none" + xmlns="http://www.w3.org/2000/svg" + > <style> #flame { fill: #ff5d01; |