diff --git a/apps/website/e2e/download.spec.ts b/apps/website/e2e/download.spec.ts index 1afa483d1f4..1e837ac950d 100644 --- a/apps/website/e2e/download.spec.ts +++ b/apps/website/e2e/download.spec.ts @@ -46,7 +46,7 @@ test.describe('Download page @smoke', () => { await expect(githubBtn).toBeVisible() await expect(githubBtn).toHaveAttribute( 'href', - 'https://github.com/Comfy-Org/ComfyUI' + 'https://github.com/Comfy-Org/ComfyUI#installing' ) await context.close() diff --git a/apps/website/src/components/product/local/EcoSystemSection.vue b/apps/website/src/components/product/local/EcoSystemSection.vue index f9fac310bf1..3778729c8fa 100644 --- a/apps/website/src/components/product/local/EcoSystemSection.vue +++ b/apps/website/src/components/product/local/EcoSystemSection.vue @@ -28,7 +28,11 @@ const { locale = 'en' } = defineProps<{ locale?: Locale }>()
- + {