diff --git a/common/views/Home/Section.svelte b/common/views/Home/Section.svelte index 358bafa..5170c1e 100644 --- a/common/views/Home/Section.svelte +++ b/common/views/Home/Section.svelte @@ -26,7 +26,8 @@ function _click () { $search = { ...opts.variables, - load: opts.load + load: opts.load, + title: opts.title, } $page = 'search' }