mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
Fix 'Draw things to see here'
This commit is contained in:
parent
d792e300b0
commit
0e22c4257c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const ImageComponent = memo(({ id }: { id: string }) => {
|
|||
|
||||
return (
|
||||
<div className="w-full aspect-video bg-[#2C3439] flex justify-center items-center">
|
||||
Drew things to seee here
|
||||
Draw things to see here
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue