Skip to content

Commit 732e338

Browse files
committed
thumbnail font-size
1 parent b672fb7 commit 732e338

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/assistant/[assistantId]/thumbnail.png/ChatThumbnail.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
<img class="mr-1.5 h-8 w-8" src={imgUrl} alt="app logo" />
2222
AI assistant
2323
</p>
24-
<h1 class="m-0 {name.length < 38 ? 'text-5xl' : ''} text-balance font-black">{name}</h1>
24+
<h1 class="m-0 {name.length < 38 ? 'text-5xl' : 'text-4xl'} text-balance font-black">
25+
{name}
26+
</h1>
2527
<p class="mb-8 text-pretty text-2xl">
2628
{description.slice(0, 160)}
2729
{#if description.length > 160}...{/if}

0 commit comments

Comments
 (0)