From acf5bee4d2ea9329a4ee246e115ca3c73ca6305b Mon Sep 17 00:00:00 2001 From: RockinChaos Date: Wed, 29 May 2024 17:08:12 -0700 Subject: [PATCH] fix: section title visibility --- common/views/Home/Section.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' }