Skip to content

Commit 0b688db

Browse files
Apply suggestions from code review
correct alt text in JavaScript tile in partial Co-authored-by: StefonSimmons <[email protected]>
1 parent a4a0cc9 commit 0b688db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/feature_flags/feature_flags_client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="col">
3434
<a class="card h-100" href="/feature_flags/client/javascript/">
3535
<div class="card-body text-center py-2 px-1">
36-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/javascript_large.svg" "class" "img-fluid" "alt" "React" "width" "400") }}
36+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/javascript_large.svg" "class" "img-fluid" "alt" "JavaScript" "width" "400") }}
3737
</div>
3838
</a>
3939
</div>

0 commit comments

Comments
 (0)