Skip to content

Commit

Permalink
docs: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Jun 30, 2024
1 parent b112e0c commit 7a1e1c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div align="center">
<h1>Astro OpenGraph Images</h1>
<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>
</picture>

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

Expand Down
Binary file added assets/logo-dark.afphoto
Binary file not shown.
Binary file added assets/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-light.afphoto
Binary file not shown.
Binary file added assets/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a1e1c3

Please sign in to comment.