Skip to content

Commit

Permalink
Merge pull request #100 from jackschedel/2.0.8
Browse files Browse the repository at this point in the history
2.0.8c
  • Loading branch information
jackschedel authored Jan 11, 2024
2 parents 828928b + 7618060 commit faf1a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
## 🌐 Website version

- Access KoalaClient from the web, or via the desktop app.
- https://client.koaladev.io/ is updated automatically with every commit
- https://client.koaladev.io is updated automatically with every commit
- Enable Google Sync to sync your chats across devices
- Android/iOS mobile app via web-wrapper: https://median.co/share/exnwbx

## 🖥️ Desktop-focused development

Expand Down
2 changes: 1 addition & 1 deletion src/components/ApiPopup/ApiPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ApiPopup = () => {
</div>
<input
type='text'
className='text-custom-white p-3 text-sm border-none bg-custom-white rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
className='text-custom-black p-3 text-sm border-none bg-custom-white rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
value={_apiKey}
onChange={(e) => {
_setApiKey(e.target.value);
Expand Down

0 comments on commit faf1a70

Please sign in to comment.