diff --git a/src/frontend/src/components/nav/Layout.tsx b/src/frontend/src/components/nav/Layout.tsx index 3a2243dde1..c652a13402 100644 --- a/src/frontend/src/components/nav/Layout.tsx +++ b/src/frontend/src/components/nav/Layout.tsx @@ -1,6 +1,6 @@ import { t } from '@lingui/macro'; import { Container, Flex, Space } from '@mantine/core'; -import { SpotlightProvider } from '@mantine/spotlight'; +import { Spotlight } from '@mantine/spotlight'; import { IconSearch } from '@tabler/icons-react'; import { useEffect, useState } from 'react'; import { Navigate, Outlet, useLocation, useNavigate } from 'react-router-dom'; @@ -46,23 +46,22 @@ export default function LayoutComponent() { return ( - } - searchPlaceholder={t`Search...`} - shortcut={['mod + K', '/']} - nothingFoundMessage={t`Nothing found...`} - > - -
- - - - -