Update unsupproted card help link (#1724)

This commit is contained in:
filtered
2024-11-28 14:43:03 +11:00
committed by GitHub
parent a7d14eb815
commit 92079a653e

View File

@@ -53,7 +53,10 @@
import Button from 'primevue/button'
const openDocs = () => {
window.open('https://github.com/Comfy-Org/desktop', '_blank')
window.open(
'https://github.com/Comfy-Org/desktop#currently-supported-platforms',
'_blank'
)
}
const reportIssue = () => {