chore: update empty icon

This commit is contained in:
Steven
2023-10-05 15:52:16 +08:00
parent 771fe394fd
commit 6a11fc571d
6 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
import Icon from "./Icon";
const Empty = () => {
return (
<div className="mx-auto">
<img className="w-24 h-auto opacity-60 dark:opacity-40" src="/assets/empty.png" alt="" />
<Icon.Bird strokeWidth={1} className="w-24 h-auto text-gray-500 dark:text-gray-400" />
</div>
);
};