diff options
| author | Saatvik Arya <[email protected]> | 2024-07-23 00:38:32 -0700 |
|---|---|---|
| committer | Saatvik Arya <[email protected]> | 2024-07-23 00:38:32 -0700 |
| commit | ca1d29aec1c5d30eef653041aa732451efecbfb4 (patch) | |
| tree | 98a49d735a4070b7bf91e44b3c32b294b55618c9 /apps/web/app | |
| parent | match text color (diff) | |
| download | supermemory-ca1d29aec1c5d30eef653041aa732451efecbfb4.tar.xz supermemory-ca1d29aec1c5d30eef653041aa732451efecbfb4.zip | |
tabs lol
Diffstat (limited to 'apps/web/app')
| -rw-r--r-- | apps/web/app/(dash)/header/header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/header/header.tsx b/apps/web/app/(dash)/header/header.tsx index 87008573..a3fba9b1 100644 --- a/apps/web/app/(dash)/header/header.tsx +++ b/apps/web/app/(dash)/header/header.tsx @@ -53,7 +53,7 @@ async function Header() { </div> </div> </div> - <SignOutButton /> + <SignOutButton /> </div> </div> </div> |