Websocket Support (#159)

This commit is contained in:
Gregory Schier
2025-01-31 09:00:11 -08:00
committed by GitHub
parent d411713502
commit c8be8082c5
122 changed files with 5090 additions and 616 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export function LicenseBadge() {
className="!rounded-full mx-1"
onClick={async () => {
if (checkType === 'beta') {
await openUrl('https://feedback.yaak.app/p/yaak-20-feedback');
await openUrl('https://feedback.yaak.app');
} else {
openSettings.mutate();
}