Add href to wave logo in readme (#1447)

Also remove unnecessary logo in docs readme
This commit is contained in:
Evan Simkowitz 2024-12-09 18:07:34 -08:00 committed by GitHub
parent 5982960798
commit 1f756193c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 14 deletions

View File

@ -1,9 +1,11 @@
<p align="center"> <p align="center">
<picture> <a href="https://www.waveterm.dev">
<source media="(prefers-color-scheme: dark)" srcset="./assets/wave-dark.png"> <picture>
<source media="(prefers-color-scheme: light)" srcset="./assets/wave-light.png"> <source media="(prefers-color-scheme: dark)" srcset="./assets/wave-dark.png">
<img alt="Wave Terminal Logo" src="./assets/wave-light.png" width="240"> <source media="(prefers-color-scheme: light)" srcset="./assets/wave-light.png">
</picture> <img alt="Wave Terminal Logo" src="./assets/wave-light.png" width="240">
</picture>
</a>
<br/> <br/>
</p> </p>

View File

@ -1,12 +1,3 @@
<p align="center">
<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" width="240">
</picture>
<br/>
</p>
# Wave Terminal Documentation # Wave Terminal Documentation
This is the home for Wave Terminal's documentation site. This README is specifically about _building_ and contributing to the docs site. If you are looking for the actual hosted docs, go here -- https://docs.waveterm.dev This is the home for Wave Terminal's documentation site. This README is specifically about _building_ and contributing to the docs site. If you are looking for the actual hosted docs, go here -- https://docs.waveterm.dev