chore: upgrade version to v0.14.0 (#1970)

* chore: upgrade version

* chore: update

* chore: update
This commit is contained in:
boojack
2023-07-16 13:48:10 +08:00
committed by GitHub
parent 220cba84ae
commit 589b104671
6 changed files with 27 additions and 24 deletions

View File

@ -1,7 +1,7 @@
const Empty = () => {
return (
<div className="mx-auto">
<img className="w-24 h-auto dark:opacity-40" src="/assets/empty.png" alt="" />
<img className="w-24 h-auto opacity-60 dark:opacity-40" src="/assets/empty.png" alt="" />
</div>
);
};