forked from prehistoric-systems/chatpad
tmp fix download link
This commit is contained in:
parent
11f197bbbd
commit
857f2bd252
2 changed files with 14 additions and 10 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
<h1 align="center">Chatpad AI</h1>
|
||||
<h2 align="center">Premium quality UI for ChatGPT</h2>
|
||||
<p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://download.chatpad.ai">Desktop App</a></p>
|
||||
<!-- <p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://download.chatpad.ai">Desktop App</a></p> -->
|
||||
<p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://dl.todesktop.com/230313oyppkw40a">Desktop App</a></p>
|
||||
|
||||
Recently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
|
||||
|
||||
|
|
|
|||
|
|
@ -63,15 +63,18 @@ export function IndexRoute() {
|
|||
{openAiApiKey ? "Change OpenAI Key" : "Enter OpenAI Key"}
|
||||
</Button>
|
||||
</SettingsModal>
|
||||
<Button
|
||||
component="a"
|
||||
href="https://download.chatpad.ai/"
|
||||
size="md"
|
||||
variant="outline"
|
||||
leftIcon={<IconCloudDownload size={20} />}
|
||||
>
|
||||
Download Desktop App
|
||||
</Button>
|
||||
{!window.todesktop && (
|
||||
<Button
|
||||
component="a"
|
||||
href="https://dl.todesktop.com/230313oyppkw40a"
|
||||
// href="https://download.chatpad.ai/"
|
||||
size="md"
|
||||
variant="outline"
|
||||
leftIcon={<IconCloudDownload size={20} />}
|
||||
>
|
||||
Download Desktop App
|
||||
</Button>
|
||||
)}
|
||||
</Group>
|
||||
</Container>
|
||||
</Center>
|
||||
|
|
|
|||
Loading…
Reference in a new issue