diff options
| author | Abdullah <[email protected]> | 2024-08-06 02:32:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-06 02:32:26 +0300 |
| commit | 2a04ca6cac9935a4e942ec87f9644cdc47edcf3a (patch) | |
| tree | f4425c0550b5a3a131d2394d76c45adeed6254c1 | |
| parent | Merge pull request #221 from fyzanshaik/feature/memory-scrollbar (diff) | |
| download | supermemory-2a04ca6cac9935a4e942ec87f9644cdc47edcf3a.tar.xz supermemory-2a04ca6cac9935a4e942ec87f9644cdc47edcf3a.zip | |
chore(ui): justify thinkpad to center
| -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> ) : ( |