mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +00:00
Update unsupproted card help link (#1724)
This commit is contained in:
@@ -53,7 +53,10 @@
|
|||||||
import Button from 'primevue/button'
|
import Button from 'primevue/button'
|
||||||
|
|
||||||
const openDocs = () => {
|
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 = () => {
|
const reportIssue = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user