diff options
| -rw-r--r-- | apps/web/app/(thinkpad)/thinkpad/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(thinkpad)/thinkpad/page.tsx b/apps/web/app/(thinkpad)/thinkpad/page.tsx index defa8e43..a4f71f29 100644 --- a/apps/web/app/(thinkpad)/thinkpad/page.tsx +++ b/apps/web/app/(thinkpad)/thinkpad/page.tsx @@ -37,7 +37,7 @@ async function page() { </div> <h3 className="fixed left-1/2 -translate-x-1/2 bottom-4 text-gray-400 pt-20 text-center"> - *this is under beta and only one canvas is allowed per user + Thinkpads is under beta and only one thinkpad is allowed per user. </h3> </div> ); |