update discovery link

This commit is contained in:
BetaHuhn 2023-09-05 17:33:27 +02:00
parent 41a2c370ad
commit f7c61372d4
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ git: "https://github.com/deta/dialogue-ai"
theme_color: "#F76705"
---
## Features
- ✅ Access to GPT-3.5 / GPT-4 APIs

View file

@ -120,7 +120,7 @@ export function ChatHeader({ readOnly = false }: { readOnly?: boolean}) {
</>
) : (
<Tooltip label="What is this?">
<a href="https://deta.space/discovery" target="_blank">
<a href="https://deta.space/discovery/@deta/dialogue" target="_blank">
<ActionIcon size="xl">
<IconInfoCircle size={20} />
</ActionIcon>