Skip to content

Commit

Permalink
hotfix: use corect image path
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Nov 30, 2023
1 parent 45a41bc commit 108d9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<a href="https://nodejs.org/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./public/static/images/logos/nodejs-new-pantone-white.svg">
<img src="./public/static/images/logos/nodejs-new-pantone-black.svg" width="200px">
<source media="(prefers-color-scheme: dark)" srcset="https://nodejs.org/static/images/logos/nodejs-new-pantone-white.svg">
<img src="https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg" width="200px">
</picture>
</a>
<h1 align="center">Help</h1>
Expand Down

0 comments on commit 108d9ec

Please sign in to comment.