Skip to content

Commit 73df5df

Browse files
authoredMar 16, 2023
Fix astro logo in readme (withastro#2860)
* Fix broken image, make dynamic * Make part of heading, fix size * Try and get around markdown parsing * Make logo smaller
1 parent 1c1aee2 commit 73df5df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Astro Docs <img align="right" valign="center" height="52" width="39" src="https://raw.githubusercontent.com/withastro/astro/main/assets/brand/logo.svg" alt="Astro logo" />
1+
# Astro Docs <picture><source media="(prefers-color-scheme: dark)" srcset="https://astro.build/assets/press/astro-icon-light.png"><source media="(prefers-color-scheme: light)" srcset="https://astro.build/assets/press/astro-icon-dark.png"><img align="right" valign="center" height="79" width="63" src="https://astro.build/assets/press/astro-icon-dark.png" alt="Astro logo" /></picture>
2+
23

34
To all who come to this happy place: welcome.
45

0 commit comments

Comments
 (0)
Please sign in to comment.