mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
[API Node] Sign in required dialog (#3457)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
6
src/components/dialog/header/ComfyOrgHeader.vue
Normal file
6
src/components/dialog/header/ComfyOrgHeader.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- A dialog header with ComfyOrg logo -->
|
||||
<template>
|
||||
<div class="px-2 py-4">
|
||||
<img src="/assets/images/Comfy_Logo_x32.png" alt="ComfyOrg Logo" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user