8000 chore: fix image size in README.md · Sync-in/desktop@3a60bde · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a60bde

Browse files
committed
chore: fix image size in README.md
1 parent f6765fd commit 3a60bde

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
@@ -24,7 +24,7 @@ your workflow — whether on a personal workstation, a Linux server, or a headle
2424

2525
<picture>
2626
<source srcset="https://raw.githubusercontent.com/Sync-in/assets/main/desktop-dark.png" media="(prefers-color-scheme: dark)" />
27-
<img src="https://raw.githubusercontent.com/Sync-in/assets/main/desktop.png" alt="Sync-in" style="max-height: 500px"/>
27+
<img src="https://raw.githubusercontent.com/Sync-in/assets/main/desktop.png" alt="Sync-in" width="600"/>
2828
</picture>
2929

3030
---

0 commit comments

Comments
 (0)
0