diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 90eae76..b4711cf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -205,6 +205,14 @@ export function Layout() { { + if (window.todesktop) { + event.preventDefault(); + window.todesktop.contents.openUrlInBrowser( + "https://feedback.chatpad.ai" + ); + } + }} target="_blank" sx={{ flex: 1 }} size="xl"