mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 00:50:05 +00:00
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: bymyself <cbyrne@comfy.org> Co-authored-by: Claude <noreply@anthropic.com>
13 lines
351 B
Vue
13 lines
351 B
Vue
<template>
|
|
<div class="h-12 flex items-center justify-between w-full pl-6">
|
|
<div class="flex items-center gap-2">
|
|
<!-- Warning Icon -->
|
|
<i class="pi pi-exclamation-triangle text-lg"></i>
|
|
<!-- Title -->
|
|
<p class="text-base font-bold">
|
|
{{ $t('manager.conflicts.title') }}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</template>
|