Skip to content

Commit

Permalink
Merge pull request #253 from dependabot/fix-broken-logo
Browse files Browse the repository at this point in the history
Fix broken logo on readme
  • Loading branch information
jeffwidman committed Sep 18, 2022
2 parents aa817af + 5ecfd58 commit 1c87500
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
@@ -1,6 +1,10 @@
<p align="center">
<img src="https://s3.eu-west-2.amazonaws.com/dependabot-images/logo-with-name-horizontal.svg?v5" alt="Dependabot" width="336">
</p>
<h1 align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/7659/174594540-5e29e523-396a-465b-9a6e-6cab5b15a568.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/7659/174594559-0b3ddaa7-e75b-4f10-9dee-b51431a9fd4c.svg">
<img src="https://user-images.githubusercontent.com/7659/174594540-5e29e523-396a-465b-9a6e-6cab5b15a568.svg" alt="Dependabot" width="336">
</picture>
</h1>

# Fetch Metadata Action

Expand Down

0 comments on commit 1c87500

Please sign in to comment.