fix(app): reduce free model logo width
This commit is contained in:
parent
df09cff22e
commit
1bf2a3ff71
1 changed files with 1 additions and 1 deletions
|
|
@ -2362,7 +2362,7 @@ function ModelProviderIcon(props: { providerID?: string; free: boolean }) {
|
|||
}
|
||||
>
|
||||
<span class="size-4 shrink-0 flex items-center justify-center opacity-40 group-hover:opacity-100 transition-opacity duration-150">
|
||||
<Mark class="h-4 w-3.5" />
|
||||
<Mark class="h-4 w-3" />
|
||||
</span>
|
||||
</Show>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue