fix logo for non-github image

This commit is contained in:
mrT23
2023-12-03 08:58:28 +02:00
parent 07abf4788c
commit 3ff30fcc92
2 changed files with 8 additions and 3 deletions

View File

@ -2,8 +2,13 @@
<div align="center">
<img src="https://codium.ai/images/pr_agent/logo-dark.png#gh-dark-mode-only" width="330"/>
<img src="https://codium.ai/images/pr_agent/logo-light.png#gh-light-mode-only" width="330"/><br/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://codium.ai/images/pr_agent/logo-dark.png" width="330">
<source media="(prefers-color-scheme: light)" srcset="https://codium.ai/images/pr_agent/logo-light.png" width="330">
<img alt="logo">
</picture>
<br/>
Making pull requests less painful with an AI agent
</div>