fixes: mobile

This commit is contained in:
2024-03-05 13:04:24 +00:00
parent 4990e6dbca
commit bb207d7af1
7 changed files with 61 additions and 36 deletions

View File

@ -132,7 +132,7 @@ const router = createBrowserRouter([
),
},
{
path: "/search/:term",
path: "/search/:term?",
element: <SearchPage />,
},
{