Skip to content

Commit

Permalink
classname brackets removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kezik committed Dec 14, 2023
1 parent abe4d3b commit e99e010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Folder/Folder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ const Folder = <T extends Conversation | Prompt | DialFile>({
highlightColor={highlightColor}
featureType={featureType}
>
<IconFolder size={18} className={'mr-1 text-gray-500'} />
<IconFolder size={18} className="mr-1 text-gray-500" />
</ShareIcon>
)}
<div
Expand Down

0 comments on commit e99e010

Please sign in to comment.