mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 01:20:09 +00:00
12 lines
228 B
Vue
12 lines
228 B
Vue
<!-- A dialog header with ComfyOrg logo -->
|
|
<template>
|
|
<div class="px-2 py-4">
|
|
<img
|
|
src="/assets/images/comfy-logo-single.svg"
|
|
alt="ComfyOrg Logo"
|
|
width="32"
|
|
height="32"
|
|
/>
|
|
</div>
|
|
</template>
|