Skip to content

Commit e637e35

Browse files
committed
Render customer names on hover-over
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 274d03d commit e637e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/landing-page/landing-customers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 class="title is-size-3 is-size-2-desktop has-text-white">
2828
{% if customer %}
2929
<div class="column is-2-desktop is-4-tablet is-6-mobile">
3030
<figure class="image is-128x128">
31-
<img class="customer-logo" src="images/customers/{{ customer.logo }}" alt="{{ customer.name }}">
31+
<img class="customer-logo" src="images/customers/{{ customer.logo }}" alt="{{ customer.name }} logo" title="{{ customer.name }}">
3232
</figure>
3333
</div>
3434
{% endif %}

0 commit comments

Comments
 (0)