neon_arch commited on
Commit
4d74b81
1 Parent(s): 68215ef

✨ feat: change the name of the search bar template (#185)

Browse files
Files changed (1) hide show
  1. public/templates/search.html +1 -1
public/templates/search.html CHANGED
@@ -1,6 +1,6 @@
1
  {{>header this.style}}
2
  <main class="results">
3
- {{>search_bar this}}
4
  <div class="results_aggregated">
5
  {{#if results}} {{#each results}}
6
  <div class="result">
 
1
  {{>header this.style}}
2
  <main class="results">
3
+ {{>search_page_search_bar this}}
4
  <div class="results_aggregated">
5
  {{#if results}} {{#each results}}
6
  <div class="result">