Skip to content

Commit

Permalink
Fix scmURL typo. (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd authored Apr 17, 2019
1 parent caf05a1 commit 42845cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
class="btn btn-default"><i class="fa fa-bug"></i> Issue Tracker</a>
</div>

<div class="header-button" *ngIf="headerData.scmURL">
<div class="header-button" *ngIf="headerData.scmUrl">
<a [href]="headerData.scmUrl" target="_blank"
tooltip="Visit the repository. Opens in a new browser tab." class="btn btn-default">
<i [ngClass]="headerData.scmIconClass"></i> {{ headerData.scmName }} Repo</a>
Expand Down

0 comments on commit 42845cc

Please sign in to comment.