mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-04 20:11:48 +02:00
Websocket Support (#159)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user