[Branding] Use new comfyorg logo (#3786)

This commit is contained in:
Chenlei Hu
2025-05-06 10:54:37 -04:00
committed by GitHub
parent 0da6be5cdc
commit 3bdd814b3c
3 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
<!-- A dialog header with ComfyOrg logo -->
<template>
<div class="px-2 py-4">
<img src="/assets/images/Comfy_Logo_x32.png" alt="ComfyOrg Logo" />
<img
src="/assets/images/comfy-logo-single.svg"
alt="ComfyOrg Logo"
width="32"
height="32"
/>
</div>
</template>