From 857f2bd2525cd1114db06a375aba9df7f1e03f80 Mon Sep 17 00:00:00 2001 From: Andrei Canta Date: Sat, 18 Mar 2023 00:46:10 +0200 Subject: [PATCH] tmp fix download link --- README.md | 3 ++- src/routes/IndexRoute.tsx | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b3f3ac0..1b3710b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@

Chatpad AI

Premium quality UI for ChatGPT

-

Web App & Desktop App

+ +

Web App & Desktop App

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. diff --git a/src/routes/IndexRoute.tsx b/src/routes/IndexRoute.tsx index f8425fd..d2cbe36 100644 --- a/src/routes/IndexRoute.tsx +++ b/src/routes/IndexRoute.tsx @@ -63,15 +63,18 @@ export function IndexRoute() { {openAiApiKey ? "Change OpenAI Key" : "Enter OpenAI Key"} - + {!window.todesktop && ( + + )}