mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 06:20:10 +00:00
## Summary Design alignment for the model import wizard. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6949-BYOM-Model-Import-Wizard-2b76d73d365081a48632c40430e05c93) by [Unito](https://www.unito.io)
12 lines
367 B
Vue
12 lines
367 B
Vue
<template>
|
|
<div class="flex items-center gap-2 p-4 font-bold">
|
|
<img src="/assets/images/civitai.svg" class="size-4" />
|
|
<span>{{ $t('assetBrowser.uploadModelFromCivitai') }}</span>
|
|
<span
|
|
class="rounded-full bg-white px-1.5 py-0 text-xxs font-inter font-semibold uppercase text-black"
|
|
>
|
|
{{ $t('g.beta') }}
|
|
</span>
|
|
</div>
|
|
</template>
|