aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/AllLists.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/sidebar/AllLists.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/AllLists.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx
index b1c6ddb2..15bed88a 100644
--- a/apps/web/components/dashboard/sidebar/AllLists.tsx
+++ b/apps/web/components/dashboard/sidebar/AllLists.tsx
@@ -39,19 +39,19 @@ export default function AllLists({
logo={<span className="text-lg">📋</span>}
name="All Lists"
path={`/dashboard/lists`}
- className="py-0.5"
+ linkClassName="py-0.5"
/>
<SidebarItem
logo={<span className="text-lg">⭐️</span>}
name="Favourites"
path={`/dashboard/favourites`}
- className="py-0.5"
+ linkClassName="py-0.5"
/>
<SidebarItem
logo={<span className="text-lg">🗄️</span>}
name="Archive"
path={`/dashboard/archive`}
- className="py-0.5"
+ linkClassName="py-0.5"
/>
{
@@ -86,7 +86,7 @@ export default function AllLists({
</Button>
</ListOptions>
}
- className="group py-0.5"
+ linkClassName="group py-0.5"
style={{ marginLeft: `${level * 1}rem` }}
/>
)}