Skip to content

Commit

Permalink
added aria-label to slack icon in home page
Browse files Browse the repository at this point in the history
Signed-off-by: surya474 <[email protected]>
  • Loading branch information
surya474 committed Oct 25, 2019
1 parent 461b4fe commit 5ea5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</span>
</a>

<a class="button has-background-slack-green is-borderless has-text-white" href="{{ $slackChannel }}">
<a class="button has-background-slack-green is-borderless has-text-white" aria-label="Know more in slack" href="{{ $slackChannel }}">
<span class="icon">
<i class="fab fa-slack" aria-hidden="true"></i>
</span>
Expand Down

0 comments on commit 5ea5157

Please sign in to comment.