diff options
| author | Dhravya <[email protected]> | 2024-04-02 23:58:23 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-02 23:58:23 -0700 |
| commit | a5a44426c37fe9347aba589c90b02f1756cd4216 (patch) | |
| tree | 0234c632ad59246425cf19ebd643935e4cdda805 /apps/web/src/components | |
| parent | fix: fix build fail, add category in storedcontenttypes (diff) | |
| download | archived-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.tsx | 4 |
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', }, ]; |