aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/components
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-02 23:58:23 -0700
committerDhravya <[email protected]>2024-04-02 23:58:23 -0700
commita5a44426c37fe9347aba589c90b02f1756cd4216 (patch)
tree0234c632ad59246425cf19ebd643935e4cdda805 /apps/web/src/components
parentfix: fix build fail, add category in storedcontenttypes (diff)
downloadarchived-supermemory-a5a44426c37fe9347aba589c90b02f1756cd4216.tar.xz
archived-supermemory-a5a44426c37fe9347aba589c90b02f1756cd4216.zip
change 'categories' to 'spaces'
Diffstat (limited to 'apps/web/src/components')
-rw-r--r--apps/web/src/components/Sidebar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx
index 2731e1cd..1af37025 100644
--- a/apps/web/src/components/Sidebar.tsx
+++ b/apps/web/src/components/Sidebar.tsx
@@ -27,7 +27,7 @@ export default function Sidebar() {
image: 'https://code.visualstudio.com/favicon.ico',
baseUrl: 'https://code.visualstudio.com',
savedAt: new Date(),
- category: 'Development',
+ space: 'Development',
},
{
id: 1,
@@ -38,7 +38,7 @@ export default function Sidebar() {
image: 'https://github.com/favicon.ico',
baseUrl: 'https://github.com',
savedAt: new Date(),
- category: 'Development',
+ space: 'Development',
},
];