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 && ( + + )}