mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
## Summary Migrate the onboarding / login / sign-up / survey pieces from `rh-test` to `main`. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6564-WIP-Bring-Onboarding-in-from-rh-test-2a16d73d365081318483f993e3ca0f89) by [Unito](https://www.unito.io) --------- Co-authored-by: Jin Yi <jin12cc@gmail.com> Co-authored-by: GitHub Action <action@github.com>
10 lines
226 B
Vue
10 lines
226 B
Vue
<template>
|
|
<div class="mx-auto flex h-[7%] max-h-[70px] w-5/6 items-end">
|
|
<img
|
|
src="/assets/images/comfy-cloud-logo.svg"
|
|
alt="Comfy Cloud Logo"
|
|
class="h-3/4 max-h-10 w-auto"
|
|
/>
|
|
</div>
|
|
</template>
|