mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
Add page content editor to sidebar
This commit is contained in:
parent
8458849d88
commit
fb48b5008a
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ export default function MainLayout(props) {
|
|||
<Menu.Item key="config-public-details">
|
||||
<Link href="/config-public-details">Public Details</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="edit-page-content">
|
||||
<Link href="/edit-page-content">Page Content</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="config-server-details">
|
||||
<Link href="/config-server-details">Server Details</Link>
|
||||
</Menu.Item>
|
||||
|
|
Loading…
Reference in a new issue