Skip to content

Commit

Permalink
Fix broken logo on readme
Browse files Browse the repository at this point in the history
The current logo is broken. So replace with the new one.

Copied from dependabot/dependabot-core#5298.

🎩 πŸ’β€β™‚οΈ  to @mattt 's attention to detail including supporting both light and dark themes.
  • Loading branch information
jeffwidman committed Sep 18, 2022
1 parent aa817af commit 5ecfd58
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 5ecfd58

Please sign in to comment.