Commit f21e9dbd authored by Clivia's avatar Clivia
Browse files

💄 Support @Model display model pictures

parent 24a177a1
......@@ -159,7 +159,12 @@
}}
on:focus={() => {}}
>
<div class=" font-medium text-black dark:text-gray-100 line-clamp-1">
<div class="flex font-medium text-black dark:text-gray-100 line-clamp-1">
<img
src={model?.info?.meta?.profile_image_url ?? '/static/favicon.png'}
alt="Model"
class="rounded-full size-6 items-center mr-2"
/>
{model.name}
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment