Skip to content

Commit

Permalink
Removing rounded on templates (#6269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid authored Jul 17, 2024
1 parent c7d175e commit d8c57fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function AssistantTemplateModal({
<Page variant="modal">
<div className="flex flex-col gap-5 pb-6">
<div className="flex max-h-32 max-w-lg flex-row gap-3">
<Avatar size="lg" isRounded visual={pictureUrl} />
<Avatar size="lg" visual={pictureUrl} />
<div className="flex flex-col gap-1">
<span className="text-bold text-lg font-medium text-element-900">
@{handle}
Expand Down
1 change: 0 additions & 1 deletion front/pages/w/[wId]/builder/assistants/dust.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export default function EditDustAssistant({
<Avatar
visual="https://dust.tt/static/systemavatar/dust_avatar_full.png"
size="xs"
isRounded={false}
/>
}
action={
Expand Down

0 comments on commit d8c57fc

Please sign in to comment.