style: cycles, list view, kanban card
This commit is contained in:
parent
7ddfbd6a6b
commit
1337e02e63
5 changed files with 562 additions and 412 deletions
|
|
@ -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`} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue