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 (
- Drew things to seee here + Draw things to see here
); });