mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 04:16:07 +00:00
perf: provider icon rounded in hovercard
This commit is contained in:
@@ -240,7 +240,7 @@ export default function DynamicFormItemComponent({
|
|||||||
model.requester,
|
model.requester,
|
||||||
)}
|
)}
|
||||||
alt="icon"
|
alt="icon"
|
||||||
className="w-8 h-8 rounded-full"
|
className="w-8 h-8 rounded-[8%]"
|
||||||
/>
|
/>
|
||||||
<h4 className="font-medium">{model.name}</h4>
|
<h4 className="font-medium">{model.name}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ export default function KBForm({
|
|||||||
model.requester,
|
model.requester,
|
||||||
)}
|
)}
|
||||||
alt="icon"
|
alt="icon"
|
||||||
className="w-8 h-8 rounded-full"
|
className="w-8 h-8 rounded-[8%]"
|
||||||
/>
|
/>
|
||||||
<h4 className="font-medium">
|
<h4 className="font-medium">
|
||||||
{model.name}
|
{model.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user