Skip to content

Commit b4046ad

Browse files
committed
fix model picker bug on some browsers
1 parent 3fbd816 commit b4046ad

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/lib/components/model-picker/model-picker.svelte

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,6 @@
469469
</div>
470470
{/if}
471471
</div>
472-
473-
<!-- Description - Hidden on mobile for compactness -->
474-
{#if nanoGPTModel?.description && !isMobile.current}
475-
<p class="text-muted-foreground mt-0.5 max-w-full truncate text-xs">
476-
{nanoGPTModel.description}
477-
</p>
478-
{/if}
479472
</div>
480473

481474
<!-- Capability badges - Desktop only with tooltips -->

0 commit comments

Comments
 (0)