chore(product): fix link in app (#22)

This commit is contained in:
Haze
2026-02-09 22:20:51 +08:00
committed by GitHub
Unverified
parent fa22a17d7d
commit c440e95464
5 changed files with 52 additions and 5 deletions

View File

@@ -347,7 +347,7 @@ export function Settings() {
<Button
variant="link"
className="h-auto p-0"
onClick={() => window.electron.openExternal('https://docs.clawx.app')}
onClick={() => window.electron.openExternal('https://clawx.dev')}
>
Documentation
</Button>