mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
chore(ui): justify thinkpad to center
This commit is contained in:
parent
7c57d990a7
commit
2a04ca6cac
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue