From a39cd5f3c0a3e287652f945d203facab413b5b65 Mon Sep 17 00:00:00 2001 From: ekambains Date: Sat, 12 Apr 2025 15:11:28 -0400 Subject: feat(web): Optionally add short description to lists (#1225) * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem --- apps/web/components/dashboard/lists/ListHeader.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/web/components/dashboard/lists/ListHeader.tsx') diff --git a/apps/web/components/dashboard/lists/ListHeader.tsx b/apps/web/components/dashboard/lists/ListHeader.tsx index af4a3551..4e318dad 100644 --- a/apps/web/components/dashboard/lists/ListHeader.tsx +++ b/apps/web/components/dashboard/lists/ListHeader.tsx @@ -48,6 +48,11 @@ export default function ListHeader({
{list.icon} {list.name} + {list.description && ( + + {`(${list.description})`} + + )}
-- cgit v1.2.3-70-g09d2