aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-27 11:59:37 +0000
committerMohamedBassem <me@mbassem.com>2024-03-27 11:59:37 +0000
commit67701727ff4ff9bbc2047df10b086c12a11fb30f (patch)
tree1badaf511b93ccda40e0793238a5ec854e39ae14
parentd24e50950a36df12b7149b66762a231ac1da14d2 (diff)
downloadkarakeep-67701727ff4ff9bbc2047df10b086c12a11fb30f.tar.zst
fix: Fix typo in sidebar list item Favourites. Fixes #9
-rw-r--r--apps/web/components/dashboard/sidebar/AllLists.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx
index 34680cdd..2b38ed46 100644
--- a/apps/web/components/dashboard/sidebar/AllLists.tsx
+++ b/apps/web/components/dashboard/sidebar/AllLists.tsx
@@ -38,7 +38,7 @@ export default function AllLists({
/>
<SidebarItem
logo={<span className="text-lg">⭐️</span>}
- name="Favourties"
+ name="Favourites"
path={`/dashboard/favourites`}
className="py-0.5"
/>