aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app
diff options
context:
space:
mode:
authorAbdullah <[email protected]>2024-08-06 02:32:26 +0300
committerGitHub <[email protected]>2024-08-06 02:32:26 +0300
commit2a04ca6cac9935a4e942ec87f9644cdc47edcf3a (patch)
treef4425c0550b5a3a131d2394d76c45adeed6254c1 /apps/web/app
parentMerge pull request #221 from fyzanshaik/feature/memory-scrollbar (diff)
downloadsupermemory-2a04ca6cac9935a4e942ec87f9644cdc47edcf3a.tar.xz
supermemory-2a04ca6cac9935a4e942ec87f9644cdc47edcf3a.zip
chore(ui): justify thinkpad to center
Diffstat (limited to 'apps/web/app')
-rw-r--r--apps/web/app/(thinkpad)/thinkpad/page.tsx2
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>
) : (