Skip to content

Commit

Permalink
Merge pull request #161 from zachlasiuk/main
Browse files Browse the repository at this point in the history
Added title to download icon
  • Loading branch information
zachlasiuk authored Mar 26, 2024
2 parents 3904b9b + 88cd75c commit 5999f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{{end}}

<td class="col-4-download">
<a class="download-icon-a" href="{{ $link }}" target="_blank">
<a class="download-icon-a" href="{{ $link }}" target="_blank" aria-label="Download" title="Open package download page.">
<i class="fa-solid fa-download download-icon"></i>
</a>
</td>
Expand Down

0 comments on commit 5999f30

Please sign in to comment.