diff options
| author | Welding Torch <[email protected]> | 2024-07-30 17:14:29 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-30 17:14:29 +0530 |
| commit | 0e22c4257cf612b679eae80cc141bd5fba32d574 (patch) | |
| tree | 984158adc6c45e02f937da694bf32a038fd611f6 /apps | |
| parent | Merge pull request #186 from fyzanshaik/bugfix/github-key-interference (diff) | |
| download | supermemory-Welding-Torch-patch-3.tar.xz supermemory-Welding-Torch-patch-3.zip | |
Fix 'Draw things to see here'Welding-Torch-patch-3
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(thinkpad)/thinkpad/image.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(thinkpad)/thinkpad/image.tsx b/apps/web/app/(thinkpad)/thinkpad/image.tsx index b55b9a81..3fca75df 100644 --- a/apps/web/app/(thinkpad)/thinkpad/image.tsx +++ b/apps/web/app/(thinkpad)/thinkpad/image.tsx @@ -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> ); }); |