Skip to content

Commit

Permalink
fix(chat): revert addon icon rendering (Issue #2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Sep 19, 2024
1 parent fb44475 commit d6a9261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/chat/src/components/Chatbar/ModelIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const ModelIconTemplate = memo(
return (
<span
className={classNames(
'relative inline-block shrink-0 overflow-hidden rounded-full bg-model-icon leading-none',
'relative inline-block shrink-0 bg-model-icon leading-none',
entity?.type !== EntityType.Addon && 'overflow-hidden rounded-full',
isInvalid ? 'text-secondary' : 'text-primary',
animate && 'animate-bounce',
)}
Expand Down

0 comments on commit d6a9261

Please sign in to comment.