mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: upgrade version to v0.14.0
(#1970)
* chore: upgrade version * chore: update * chore: update
This commit is contained in:
@ -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>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user