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 a4f71f29..ab2bf88e 100644 --- a/apps/web/app/(thinkpad)/thinkpad/page.tsx +++ b/apps/web/app/(thinkpad)/thinkpad/page.tsx @@ -21,7 +21,7 @@ async function page() { <BlurHeaderMenu /> - <div className="w-full flex py-20"> + <div className="w-full flex py-20 justify-center"> {!canvas.success || canvas.error ? ( <div>Hmmm... Something went wrong. :/</div> ) : ( |