mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix SettingsLayout attributes
This commit is contained in:
parent
beb182019a
commit
8e11b26d69
1 changed files with 1 additions and 7 deletions
|
|
@ -4,13 +4,7 @@ import { SettingsLayout } from '../../components/templates/SettingsLayout'
|
|||
|
||||
export default function Search(): JSX.Element {
|
||||
return (
|
||||
<SettingsLayout
|
||||
pageMetaDataProps={{
|
||||
title: 'Search',
|
||||
path: '/help/search',
|
||||
}}
|
||||
pageTestId="help-search-tag"
|
||||
>
|
||||
<SettingsLayout>
|
||||
<Box
|
||||
css={{
|
||||
m: '42px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue