Change logo width in README.md

Updated the logo image width in README.md from 80% to 50%.
This commit is contained in:
Sydney Runkle
2026-03-02 12:32:54 -05:00
committed by GitHub
parent ac9295761a
commit da092cf093

View File

@@ -3,7 +3,7 @@
<picture>
<source media="(prefers-color-scheme: light)" srcset=".github/images/logo-light.svg">
<source media="(prefers-color-scheme: dark)" srcset=".github/images/logo-dark.svg">
<img alt="LangChain Logo" src=".github/images/logo-dark.svg" width="80%">
<img alt="LangChain Logo" src=".github/images/logo-dark.svg" width="50%">
</picture>
</a>
</div>