Skip to content

Commit

Permalink
add alt attribute to canadian flag image
Browse files Browse the repository at this point in the history
  • Loading branch information
annaked committed Mar 17, 2018
1 parent e271832 commit 7321563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExpressEntryCalculator.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a asp-area="" asp-controller="Home" asp-action="Index" class="navbar-brand"><img src="~/images/Flag_of_Canada.svg" style="width:50px; float:left; margin-right:10px" />ExpressEntryCalculator</a>
<a asp-area="" asp-controller="Home" asp-action="Index" class="navbar-brand"><img src="~/images/Flag_of_Canada.svg" alt="Canadian Flag" style="width:50px; float:left; margin-right:10px" />ExpressEntryCalculator</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 7321563

Please sign in to comment.