Skip to content

Commit

Permalink
feat: update pomodoro focus jira icon
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 23, 2018
1 parent c49601d commit e35adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-src/scripts/pomodoro-focus/pomodoro-focus-cp.html
Expand Up @@ -26,7 +26,7 @@
ng-if="::vm.task.originalLink"
external-link
ng-href="{{ ::vm.task.originalLink }}">
<ng-md-icon icon="{{vm.task.originalType ==='GITHUB' ? 'github-circle':'link'}}"
<ng-md-icon icon="{{vm.task.originalType ==='GITHUB' ? 'github-circle':'explore'}}"
aria-label="link"></ng-md-icon>
<md-tooltip md-direction="bottom">Go to issue page</md-tooltip>
</md-button>
Expand Down

0 comments on commit e35adae

Please sign in to comment.