Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing logo images
  • Loading branch information
coditamar authored May 18, 2024
1 parent 2172818 commit 745eeca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@


<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 src="https://codium.ai/images/pr_agent/logo-light.png" alt="logo" width="330">
<source media="(prefers-color-scheme: dark)" srcset="https://www.codium.ai/wp-content/uploads/2024/05/logo-dark-cover-agent.png" width="330">
<source media="(prefers-color-scheme: light)" srcset="https://www.codium.ai/wp-content/uploads/2024/05/logo-light-cover-agent.png" width="330">
<img src="https://www.codium.ai/wp-content/uploads/2024/05/logo-light-cover-agent.png" alt="logo" width="330">

</picture>
<br/>
Expand Down

0 comments on commit 745eeca

Please sign in to comment.