aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-23 23:41:03 -0500
committerGitHub <[email protected]>2024-07-23 23:41:03 -0500
commit3c92d84f0fb633b5e82ca17d678c94c1ab2cf55e (patch)
tree2b0e463dade30add873552b6437c2d6a21e2f3a8 /apps
parentMerge branch 'main' into filtering (diff)
downloadsupermemory-3c92d84f0fb633b5e82ca17d678c94c1ab2cf55e.tar.xz
supermemory-3c92d84f0fb633b5e82ca17d678c94c1ab2cf55e.zip
Update apps/web/app/(dash)/home/page.tsx
Co-authored-by: kaizen-bot[bot] <150987473+kaizen-bot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/(dash)/home/page.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx
index eafa4206..d284ce68 100644
--- a/apps/web/app/(dash)/home/page.tsx
+++ b/apps/web/app/(dash)/home/page.tsx
@@ -120,7 +120,8 @@ function Page({ searchParams }: { searchParams: Record<string, string> }) {
initialSpaces={spaces}
/>
- <History setQuery={setQuery} />
+ <History setQuery={setQuery}/>
+ ```
</div>
<div className="w-full fixed bottom-0 left-0 p-4">