diff --git a/src/components/Dashboard/ProgressStack.tsx b/src/components/Dashboard/ProgressStack.tsx index ed53de4cf..44bc18353 100644 --- a/src/components/Dashboard/ProgressStack.tsx +++ b/src/components/Dashboard/ProgressStack.tsx @@ -201,7 +201,7 @@ export function ProgressStack(props: ProgressStackProps) { emptyLinkHref={'/roadmaps'} emptyLinkText={'Explore Roadmaps'} > -
+
{userProgressesToShow.length > 0 && ( <> {userProgressesToShow.map((progress) => { @@ -239,6 +239,14 @@ export function ProgressStack(props: ProgressStackProps) { /> )}
+ + + + View All Roadmaps +