Skip to content

Commit

Permalink
fix: use correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Jun 30, 2024
1 parent 7a1e1c3 commit d0398fa
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 @@
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.rawgit.com/shepherdjerred/astro-opengraph-images/main/assets/logo-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://cdn.rawgit.com/astro-opengraph-images/webring/main/assets/logo-light.png">
<img alt="webring logo" src="https://cdn.rawgit.com/astro-opengraph-images/webring/main/assets/logo-light.png" height=150>
<source media="(prefers-color-scheme: light)" srcset="https://cdn.rawgit.com/astro-opengraph-images/astro-opengraph-images/main/assets/logo-light.png">
<img alt="project logo" src="https://cdn.rawgit.com/shepherdjerred/astro-opengraph-images/main/assets/logo-light.png" height=150>
</picture>

[![astro-opengraph-images](https://img.shields.io/npm/v/astro-opengraph-images.svg)](https://www.npmjs.com/package/astro-opengraph-images)
Expand Down

0 comments on commit d0398fa

Please sign in to comment.