Skip to content

Commit a27b2b7

Browse files
JennySimenchalin
authored andcommitted
feat: no search entries found page (#5372)
1 parent 1955cff commit a27b2b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading

assets/icons/search-not-found.png

-152 KB
Binary file not shown.

layouts/shortcodes/ecosystem/registry/search-form.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
<!-- When search hs no result -->
146146
<div style="display: none; padding:20px; text-align: center;" id="no-search-result">
147147
<div style="margin-left: auto; margin-right: auto; width: fit-content;">
148-
{{ with resources.Get "icons/search-not-found.png" }}
149-
<img style="border: none;" src="{{ .RelPermalink }}" width="250" alt="no result found">
148+
{{ with resources.Get "icons/homepage-hero-as-background_hu89650641306215219.jpg" }}
149+
<img style="border: none; margin-left: 40px;" src="{{ .RelPermalink }}" width="400" alt="no result found">
150150
{{ end }}
151151
</div>
152152
<p style="color: #4f62ad; font-size: 28px; margin-bottom: 0;">Oops no results found</p>

0 commit comments

Comments
 (0)