mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
feat: support custom mobile header title
This commit is contained in:
@@ -4,5 +4,11 @@ import { ResourcesSidebar } from "../../components/ResourcesSidebar"
|
||||
import { ColumnLayout } from "../ColumnLayout"
|
||||
|
||||
export const ResourcesLayout: FC = ({ children }) => {
|
||||
return <ColumnLayout sidebar={ResourcesSidebar} content={children} />
|
||||
return (
|
||||
<ColumnLayout
|
||||
title="Resources"
|
||||
sidebar={ResourcesSidebar}
|
||||
content={children}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user