Skip to content

Commit 23bff2e

Browse files
committed
chore: update logo src path in README
1 parent 10cf072 commit 23bff2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22
<a href="https://composify.js.org">
33
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/composify-js/composify/blob/main/packages/docs/public/brand/logo-dark.png?raw=true">
5-
<img src="https://github.com/composify-js/composify/blob/main/packages/docs/public/brand/logo-light.png?raw=true" alt="Composify" width="290" />
4+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/composify-js/composify/blob/main/packages/docs/app/public/brand/logo-dark.png?raw=true">
5+
<img src="https://github.com/composify-js/composify/blob/main/packages/docs/app/public/brand/logo-light.png?raw=true" alt="Composify" width="290" />
66
</picture>
77
</a>
88
<p>Server Driven UI made easy</p>

0 commit comments

Comments
 (0)