tmp fix download link

This commit is contained in:
Andrei Canta 2023-03-18 00:46:10 +02:00
parent 11f197bbbd
commit 857f2bd252
2 changed files with 14 additions and 10 deletions

View file

@ -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.

View file

@ -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>