Skip to content

Commit

Permalink
Add alt tag
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed May 17, 2024
1 parent 81e87f6 commit 2ad54ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/docs/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- databases start -->
<a href="{{ .URL }}" class="single-product">
<div class="product-logo">
<img src="{{ partial "menu/get-logo.html" (dict "target" .Name "menus" site.Menus.main ) }}" alt="">
<img src="{{ partial "menu/get-logo.html" (dict "target" .Name "menus" site.Menus.main ) }}" alt="{{ .Name }}" loading="lazy">
</div>
<div class="product-info">
<h6>{{ .Name }}</h6>
Expand Down
2 changes: 1 addition & 1 deletion static/assets/sass/components/_search-result-box.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ac-searchbar {
position: relative;
z-index: 9;
z-index: 1;
}

.search-result-box {
Expand Down
2 changes: 1 addition & 1 deletion static/assets/sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9832,7 +9832,7 @@ Responsive Classes
}
.ac-searchbar {
position: relative;
z-index: 9;
z-index: 1;
}

.search-result-box {
Expand Down

0 comments on commit 2ad54ee

Please sign in to comment.