style: cycles, list view, kanban card

This commit is contained in:
Aaryan Khandelwal 2022-12-08 23:42:11 +05:30
parent 7ddfbd6a6b
commit 1337e02e63
5 changed files with 562 additions and 412 deletions

View file

@ -203,7 +203,7 @@ const ProjectSprints: NextPage = () => {
/>
{cycles ? (
cycles.length > 0 ? (
<div className="h-full w-full space-y-5">
<div className="w-full space-y-5">
<Breadcrumbs>
<BreadcrumbItem title="Projects" link="/projects" />
<BreadcrumbItem title={`${activeProject?.name ?? "Project"} Cycles`} />