We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b672fb7 commit 732e338Copy full SHA for 732e338
src/routes/assistant/[assistantId]/thumbnail.png/ChatThumbnail.svelte
@@ -21,7 +21,9 @@
21
<img class="mr-1.5 h-8 w-8" src={imgUrl} alt="app logo" />
22
AI assistant
23
</p>
24
- <h1 class="m-0 {name.length < 38 ? 'text-5xl' : ''} text-balance font-black">{name}</h1>
+ <h1 class="m-0 {name.length < 38 ? 'text-5xl' : 'text-4xl'} text-balance font-black">
25
+ {name}
26
+ </h1>
27
<p class="mb-8 text-pretty text-2xl">
28
{description.slice(0, 160)}
29
{#if description.length > 160}...{/if}
0 commit comments