Fix SettingsLayout attributes

This commit is contained in:
Jackson Harper 2023-02-27 14:19:13 +08:00
parent beb182019a
commit 8e11b26d69

View file

@ -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',