🐛 Fix page title error
This commit is contained in:
@@ -53,7 +53,7 @@ export function CapDrawer({ width, open, onClose }: { width: number; open: boole
|
||||
href: '/terms',
|
||||
},
|
||||
{
|
||||
title: 'SN Console',
|
||||
title: 'Solar Console',
|
||||
href: '/console',
|
||||
},
|
||||
]
|
||||
|
@@ -55,7 +55,7 @@ export function ConsoleLayout({ children }: { children: JSX.Element }) {
|
||||
|
||||
export function getConsoleStaticProps(original: any) {
|
||||
if (original.props.title) {
|
||||
original.props.title = 'Console | ' + original.props.title
|
||||
original.props.title = 'Solar Console | ' + original.props.title
|
||||
}
|
||||
original.props.showAppBar = false
|
||||
|
||||
|
Reference in New Issue
Block a user