Skip to content

Commit

Permalink
Update EmptyTableNotice.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Mar 6, 2024
1 parent 2dd8901 commit dd7a133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BsSlashCircle } from 'react-icons/bs';
function EmptyTableNotice() {
return (
<div className="flex items-center justify-center px-3 py-24 text-xl text-muted">
<div className="flex items-center gap-2">
<div className="flex items-center gap-4">
<BsSlashCircle /> No results found
</div>
</div>
Expand Down

0 comments on commit dd7a133

Please sign in to comment.