use html instead of markup to control the width of the logo

This commit is contained in:
Tom Brews Views
2023-07-07 01:18:43 +03:00
parent 55ab198bb2
commit 46922d2842
3 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<div align="center">
<div style="width: 250px;">
<div align="center">
![logo pr-agent dark](./pics/logo-dark.png#gh-dark-mode-only)
![logo pr-agent light](./pics/logo-light.png#gh-light-mode-only)
<img src="./pics/logo-dark.png#gh-dark-mode-only" width="250"/>
<img src="./pics/logo-light.png#gh-light-mode-only" width="250"/>
</div>
@ -26,7 +26,6 @@ CodiumAI `pr-agent` is an open-source tool aiming to help developers review PRs
Experience GPT-4 powered PR review on your public GitHub repository with our hosted pr-agent. To try it, just mention `@CodiumAI-Agent` in any PR comment! The agent will generate a PR review in response.
![Review generation process](./pics/pr-agent-review-process1.gif)
To set up your own pr-agent, see the [Quickstart](#Quickstart) section

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 26 KiB