Skip to content

Commit 43f67df

Browse files
authored
Search overview title fallback (#1027)
1 parent 3818fe2 commit 43f67df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/search/overview.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@section('content')
66
<div class="container">
7-
<h1 class="font-bold text-3xl">@lang('Search for'): @{{ $root.queryParams.get('q') }}</h1>
7+
<h1 class="font-bold text-3xl">@lang('Search for'): <span v-text="$root.queryParams.get('q')">{{ request()->get('q') }}</span></h1>
88
<x-rapidez::listing query="{
99
bool: {
1010
must: [

0 commit comments

Comments
 (0)