Skip to content

Commit 45a41bc

Browse files
hotfix: fix image
use the correct image hosting strategy
1 parent 0bfc770 commit 45a41bc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<p align="center">
22
<a href="https://nodejs.org/">
3-
<img
4-
alt="Node.js"
5-
src="https://nodejs.org/static/images/logos/stacked-dark.svg"
6-
width="400"
7-
/>
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="./public/static/images/logos/nodejs-new-pantone-white.svg">
5+
<img src="./public/static/images/logos/nodejs-new-pantone-black.svg" width="200px">
6+
</picture>
87
</a>
98
<h1 align="center">Help</h1>
109
</p>

0 commit comments

Comments
 (0)