Skip to content

Commit

Permalink
remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
greywen committed Dec 5, 2024
1 parent 5a8d2ec commit 7f8de75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FE/components/Chat/ChatError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const ChatError = (props: Props) => {
className="bg-background my-2 mt-0 border-none p-0 px-1 pt-1"
>
<AlertDescription className="flex items-center gap-1">
<IconError stroke="#7f1d1d" size={24} />
{errorMessage()}
</AlertDescription>
</Alert>
Expand Down

0 comments on commit 7f8de75

Please sign in to comment.