Skip to content

Commit b8b6d0e

Browse files
committed
fix image
1 parent c55ff67 commit b8b6d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/agents/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ const AgentsPage = ({agents, additionalAgents}: {agents: Agent[], additionalAgen
132132
return (
133133
<div className="flex flex-col overflow-hidden bg-white dark:bg-slate-900" key={index}>
134134
<div className="rounded-md">
135-
{/* <Avatar style={{ width: '4.3rem', height: '4.2rem' }} {...config} /> */}
136-
<Image width={64} height={64} src={item.avatarSrc} />
135+
<Avatar style={{ width: '4.3rem', height: '4.2rem' }} {...config} />
136+
{/* <Image width={64} height={64} src={item.avatarSrc} /> */}
137137
</div>
138138
<div className="py-5 px-3 pt-3">
139139
<h3 className="text-xl font-semibold">{item.title}</h3>

0 commit comments

Comments
 (0)