mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
use html instead of markup to control the width of the logo
This commit is contained in:
parent
55ab198bb2
commit
46922d2842
3 changed files with 4 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<div style="width: 250px;">
|
<div align="center">
|
||||||
|
|
||||||

|
<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>
|
</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.
|
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.
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To set up your own pr-agent, see the [Quickstart](#Quickstart) section
|
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 |
Loading…
Reference in a new issue