Skip to content

Commit d3339ae

Browse files
authored
Merge pull request #980 from topcoder-platform/PM-22
PM-22 fix button link
2 parents b525f14 + cbcfa35 commit d3339ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/learn/src/course-completed/course-view/CourseView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const CourseView: FC<CourseViewProps> = (props: CourseViewProps) => (
5454
size='md'
5555
primary
5656
label='Start a new course'
57-
to={rootRoute}
57+
to={rootRoute || '/'}
5858
/>
5959
</div>
6060
<p className='body-main'>

0 commit comments

Comments
 (0)