diff options
| author | CodeTorso <[email protected]> | 2024-07-30 17:20:18 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-30 17:20:18 +0530 |
| commit | cf4d1a143d6f233ddbfdda6993d964a15267485d (patch) | |
| tree | 971ebe854b08a9c6bd6584e263678802a4f54a2e | |
| parent | Merge pull request #191 from supermemoryai/Welding-Torch-patch-3 (diff) | |
| parent | It's 'Thinkpad' not Canvas anymore (diff) | |
| download | supermemory-cf4d1a143d6f233ddbfdda6993d964a15267485d.tar.xz supermemory-cf4d1a143d6f233ddbfdda6993d964a15267485d.zip | |
Merge pull request #190 from supermemoryai/Welding-Torch-patch-2
It's 'Thinkpad' not Canvas anymore
| -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> ); |