README: fix alt text

This commit is contained in:
Stephen Gutekanst 2023-08-04 19:55:16 -07:00 committed by GitHub
parent 37c3eadb5f
commit ed29b281e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<a href="https://machengine.org/pkg/mach-glfw">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://machengine.org/assets/mach/glfw-full-dark.svg">
<img alt="mach-gpu" src="https://machengine.org/assets/mach/glfw-full-light.svg" height="150px">
<img alt="mach-glfw" src="https://machengine.org/assets/mach/glfw-full-light.svg" height="150px">
</picture>
</a>