aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/web/app/(thinkpad)/thinkpad/image.tsx2
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>
);
});