Skip to content

Commit

Permalink
Update overview.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjdesh committed Jan 10, 2024
1 parent f9847b1 commit a5f2d21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/design-system/task-flows/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ import { TaskFlowCard } from '/src/components/TaskFlowCard';
<Stack spacing={2}>
<TaskFlowCard name="Compare Data" showDescription showTags />
<TaskFlowCard name="Contribute Data" showDescription showTags />
<TaskFlowCard name="Search Data Repositories" showDescription showTags />
<TaskFlowCard name="Explore Data" showDescription showTags />
<TaskFlowCard name="Manage Account" showDescription showTags />
<TaskFlowCard name="Monitor Activities" showDescription showTags />
<TaskFlowCard name="Run Computation" showDescription showTags />
<TaskFlowCard name="Run Interactive Computation" showDescription showTags />
<TaskFlowCard name="Search Data Repositories" showDescription showTags />
<TaskFlowCard name="Track State" showDescription showTags />
</Stack>
</PageContainer>

0 comments on commit a5f2d21

Please sign in to comment.