Skip to content

Commit f935fbb

Browse files
committed
chore: Fix logos in READMEs
1 parent f1de1a9 commit f935fbb

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<div align="center">
22

3-
![TypeGPU (light mode)](https://typegpu.com/typegpu-logo-light.svg#gh-light-mode-only)
4-
![TypeGPU (dark mode)](https://typegpu.com/typegpu-logo-dark.svg#gh-dark-mode-only)
3+
<picture>
4+
<source srcset="https://typegpu.com/typegpu-logo-dark.svg" media="(prefers-color-scheme: dark)" />
5+
<img src="https://typegpu.com/typegpu-logo-light.svg" />
6+
</picture>
57

68
[Website](https://docs.swmansion.com/TypeGPU)
79
[Documentation](https://docs.swmansion.com/TypeGPU/getting-started)

packages/typegpu/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<div align="center">
22

3-
![TypeGPU (light mode)](https://typegpu.com/typegpu-logo-light.svg#gh-light-mode-only)
4-
![TypeGPU (dark mode)](https://typegpu.com/typegpu-logo-dark.svg#gh-dark-mode-only)
3+
<picture>
4+
<source srcset="https://typegpu.com/typegpu-logo-dark.svg" media="(prefers-color-scheme: dark)" />
5+
<img src="https://typegpu.com/typegpu-logo-light.svg" />
6+
</picture>
57

68
[Website](https://docs.swmansion.com/TypeGPU)
79
[Documentation](https://docs.swmansion.com/TypeGPU/getting-started)

0 commit comments

Comments
 (0)