mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 11:40:00 +00:00
Use jpg for template workflow thumbnail (#1066)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
@click="loadWorkflow(template)"
|
||||
>
|
||||
<img
|
||||
:src="`/templates/${template}.png`"
|
||||
:src="`/templates/${template}.jpg`"
|
||||
class="w-64 h-64 rounded-lg object-cover"
|
||||
/>
|
||||
<a>
|
||||
|
||||
Reference in New Issue
Block a user