Skip to content

Commit

Permalink
perf: improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed Dec 7, 2024
1 parent 659fcb6 commit f785bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/widgets/Images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ export default function Images({ containerID }: { containerID: string }) {
title='Model & Prompt'
content={(
<p>
{image.prompt}
<Tag
className='m-0 ml-2 cursor-pointer'
className='m-0 mr-1 cursor-pointer'
onClick={async () => {
try {
messageApi?.success('Copied to clipboard', 1)
Expand All @@ -50,8 +49,9 @@ export default function Images({ containerID }: { containerID: string }) {
}
}}
>
Click to Copy
Click here to Copy
</Tag>
{image.prompt}
<br />
<Tag className='m-0 mt-2'>{image.model}</Tag>
</p>
Expand Down

0 comments on commit f785bb3

Please sign in to comment.