diff --git a/services/query-engine/resources/views/search-results.blade.php b/services/query-engine/resources/views/search-results.blade.php index eaf2711..d411c4b 100644 --- a/services/query-engine/resources/views/search-results.blade.php +++ b/services/query-engine/resources/views/search-results.blade.php @@ -40,7 +40,7 @@

No results found

@endif - @if ($page != null && $page == 1) + @if ($page != null)

{{ ucwords($query) }}

@foreach ($topImages as $res)