chore: community forum fallback

This commit is contained in:
Björn Steinhagen
2026-04-15 08:26:21 +02:00
parent 7160b64f55
commit 237501ad30
+1 -1
View File
@@ -136,7 +136,7 @@ const openFeedbackDialog = () => {
$intercom.show()
} else {
// community forum fallback
window.open('https://speckle.community', '_blank')
app.$openUrl('https://speckle.community')
}
}
</script>