Skip to content

Commit 3d15444

Browse files
Change logo width from 80% to 50%
Updated logo image width in README.
1 parent 5648a3e commit 3d15444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<picture class="github-only">
22
<source media="(prefers-color-scheme: light)" srcset=".github/images/logo-light.svg">
33
<source media="(prefers-color-scheme: dark)" srcset=".github/images/logo-dark.svg">
4-
<img alt="LangGraph Logo" src=".github/images/logo-dark.svg" width="80%">
4+
<img alt="LangGraph Logo" src=".github/images/logo-dark.svg" width="50%">
55
</picture>
66

77
[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://langchain-ai.github.io/langgraphjs/)

0 commit comments

Comments
 (0)