Align desktop version badge format with other badges (#1808)

This commit is contained in:
Chenlei Hu
2024-12-05 08:11:28 -08:00
committed by GitHub
parent 80a42ebf10
commit 6cdc524174

View File

@@ -146,7 +146,7 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
aboutPageBadges: [
{
label: 'ComfyUI_Desktop ' + desktopAppVersion,
label: 'ComfyUI_desktop v' + desktopAppVersion,
url: 'https://github.com/Comfy-Org/electron',
icon: 'pi pi-github'
}