Skip to content

Commit 8cdcc01

Browse files
committed
feat: no search entries found page (#5372)
1 parent ffa893e commit 8cdcc01

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

0 commit comments

Comments
 (0)