mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add data empty placeholder (#1913)
This commit is contained in:
9
web/src/components/Empty.tsx
Normal file
9
web/src/components/Empty.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
const Empty = () => {
|
||||
return (
|
||||
<div className="mx-auto">
|
||||
<img className="w-24 h-auto dark:opacity-40" src="/assets/empty.png" alt="" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Empty;
|
Reference in New Issue
Block a user