Skip to content

Commit db3cc89

Browse files
committed
feat: no search entries found page (#5372)
1 parent 340b7e7 commit db3cc89

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
@@ -139,8 +139,8 @@
139139
<!-- When search hs no result -->
140140
<div style="display: none; padding:20px; text-align: center;" id="no-search-result">
141141
<div style="margin-left: auto; margin-right: auto; width: fit-content;">
142-
{{ with resources.Get "icons/search-not-found.png" }}
143-
<img style="border: none;" src="{{ .RelPermalink }}" width="250" alt="no result found">
142+
{{ with resources.Get "icons/homepage-hero-as-background_hu89650641306215219.jpg" }}
143+
<img style="border: none; margin-left: 40px;" src="{{ .RelPermalink }}" width="400" alt="no result found">
144144
{{ end }}
145145
</div>
146146
<p style="color: #4f62ad; font-size: 28px; margin-bottom: 0;">Oops no results found</p>

0 commit comments

Comments
 (0)