mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
fix install on space buttons
This commit is contained in:
parent
1e8296b2ca
commit
82653acd95
1 changed files with 5 additions and 3 deletions
|
|
@ -8,9 +8,11 @@ An open-source ChatGPT UI alternative. Fork of [Chatpad AI](https://github.com/d
|
|||
|
||||
<div align="center">
|
||||
<a href="https://deta.space/discovery/@deta/dialogue" _target="blank">
|
||||
<img src="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/dark.svg#gh-light-mode-only" width="300" />
|
||||
<img src="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/light.svg#gh-dark-mode-only" width="300" />
|
||||
|
||||
<picture>
|
||||
<source width="300" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/light.svg">
|
||||
<source width="300" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/dark.svg">
|
||||
<img width="300" alt="install on space" src="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/dark.svg">
|
||||
</picture>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue