8000 fix(readme): use logo that changes color automatically depending on u… · KarmaENT/sdk-python@63cef21 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 63cef21

Browse files
authored
fix(readme): use logo that changes color automatically depending on user's color preference scheme (strands-agents#105)
1 parent 9c46f42 commit 63cef21

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<div align="center">
22
<div>
33
<a href="https://strandsagents.com">
4-
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="https://strandsagents.com/latest/assets/logo-light.svg" width="55px" height="105px">
6-
<source media="(prefers-color-scheme: light)" srcset="https://strandsagents.com/latest/assets/logo-dark.svg" width="55px" height="105px">
7-
<img src="https://strandsagents.com/latest/assets/logo-dark.svg" alt="Strands Agents" width="55px" height="105px">
8-
</picture>
4+
<img src="https://strandsagents.com/latest/assets/logo-auto.svg" alt="Strands Agents" width="55px" height="105px">
95
</a>
106
</div>
117

0 commit comments

Comments
 (0)
0