From 30c8bc394100f2348a1f9c193036f95e045d4d6d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 29 Mar 2024 21:33:15 +0000 Subject: fix(web): Consistent spacing in the content container in all pages. Fixes #40 --- apps/web/app/dashboard/lists/[listId]/page.tsx | 2 +- apps/web/app/dashboard/lists/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/web/app/dashboard/lists') diff --git a/apps/web/app/dashboard/lists/[listId]/page.tsx b/apps/web/app/dashboard/lists/[listId]/page.tsx index bac2b5c7..e27e1841 100644 --- a/apps/web/app/dashboard/lists/[listId]/page.tsx +++ b/apps/web/app/dashboard/lists/[listId]/page.tsx @@ -35,7 +35,7 @@ export default async function ListPage({ showDivider={true} header={
- + {list.icon} {list.name} diff --git a/apps/web/app/dashboard/lists/page.tsx b/apps/web/app/dashboard/lists/page.tsx index d379b1bb..f839ca80 100644 --- a/apps/web/app/dashboard/lists/page.tsx +++ b/apps/web/app/dashboard/lists/page.tsx @@ -6,7 +6,7 @@ export default async function ListsPage() { const lists = await api.lists.list(); return ( -
+

📋 All Lists

-- cgit v1.2.3-70-g09d2