mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Update unsupproted card help link (#1724)
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user