fix: search empty state improvements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<input class="search-course w-25 float-right" placeholder="{{ _("Try `Manufacturing` or `Accounting`") }}">
|
||||
|
||||
<div id="" class="alert alert-dismissible empty-state search-empty-state hide">
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<a href="#" class="close-search-empty-state" aria-label="close">×</a>
|
||||
<img class="icon icon-xl" src="/assets/frappe/images/ui-states/search-empty-state.svg">
|
||||
<div class="course-home-headings mt-4 mb-0" style="color: inherit;"> {{ _("No results found") }} </div>
|
||||
<div class="small mb-6"> {{ _("Try some other keyword or explore our list of courses.") }} </div>
|
||||
|
||||
Reference in New Issue
Block a user