Skip to content

Commit 75c8c42

Browse files
authored
[BSv5] Drop invalid and unnecessary tooltip attribute (google#1407)
1 parent fcf5074 commit 75c8c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{{- define "footer-links-block" }}
3131
<ul class="list-inline mb-0">
3232
{{ range . }}
33-
<li class="list-inline-item mx-2 h3" data-bs-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}">
33+
<li class="list-inline-item mx-2 h3" data-bs-toggle="tooltip" title="{{ .name }}" aria-label="{{ .name }}">
3434
<a class="text-white" target="_blank" rel="noopener" href="{{ .url }}" aria-label="{{ .name }}">
3535
<i class="{{ .icon }}"></i>
3636
</a>

0 commit comments

Comments
 (0)