mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
use width instead
This commit is contained in:
parent
44eafc4f5c
commit
61ec9fbefe
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./assets/wave-dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./assets/wave-light.png">
|
||||
<img alt="Wave Terminal Logo" src="./assets/wave-light.png" height="80" style="max-width: 100%;">
|
||||
<img alt="Wave Terminal Logo" src="./assets/wave-light.png" width="240">
|
||||
</picture>
|
||||
<br/>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue