File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
< nav >
8
8
< ol class ='completionList mbm '>
9
9
< li ng-repeat ='challenge in ctrl.challenges ' ng-class ="{ 'is-active': challenge.active, 'is-completed': challenge.completed } " class ='completionList-item ' tooltip ="{{ ::challenge.title }} ">
10
- < svg class ='icon completionList-item-icon ' width ='10 ' height ='8 '>
10
+ < svg class ='icon completionList-item-icon ' width ='10 ' height ='10 '>
11
11
< use xlink:href ='#icon-check '/>
12
12
</ svg >
13
13
< a ng-if ='challenge.started ' ng-click ='ctrl.activateChallenge(challenge) ' class ='completionList-item-link '> </ a >
14
14
</ li >
15
15
16
16
< li ng-class ="{ 'is-active': ctrl.onWrapupPage(), 'is-completed': ctrl.challengeProgress.courseCompleted } " class ='completionList-item ' tooltip ='Wrapup '>
17
- < svg class ='icon completionList-item-icon ' width ='10 ' height ='8 '>
18
- < use xlink:href ='#icon-check '/>
17
+ < svg class ='icon completionList-item-icon ' width ='14 ' height ='14 '>
18
+ < use xlink:href ='#icon-star '/>
19
19
</ svg >
20
20
< a ng-if ='ctrl.challengeProgress.courseCompleted ' ng-click ='ctrl.activateChallenge(null) ' class ='completionList-item-link '> </ a >
21
21
</ li >
You can’t perform that action at this time.
0 commit comments