Skip to content

Commit

Permalink
Update NoResultsFound.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Nov 12, 2024
1 parent f7d58b8 commit fab4c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Common/NoResultsFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const NoResultsFound = ({
<Magnifier
height={iconSize}
width={iconSize}
className="text-secondary font-semibold"
className="font-semibold text-secondary"
/>
<span>{t('No results found')}</span>
</div>
Expand Down

0 comments on commit fab4c7c

Please sign in to comment.