Fix 'Draw things to see here'

This commit is contained in:
Welding Torch 2024-07-30 17:14:29 +05:30 committed by GitHub
parent d792e300b0
commit 0e22c4257c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
);
});