mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
backtest-report: update page title
This commit is contained in:
parent
15e6e810c7
commit
1054dd00e1
|
@ -7,7 +7,7 @@ import { MantineProvider } from '@mantine/core';
|
||||||
function MyApp({Component, pageProps}: AppProps) {
|
function MyApp({Component, pageProps}: AppProps) {
|
||||||
return <>
|
return <>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Page title</title>
|
<title>BBGO Back-test Report</title>
|
||||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
|
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
|
||||||
</Head>
|
</Head>
|
||||||
<MantineProvider
|
<MantineProvider
|
||||||
|
|
|
@ -31,11 +31,10 @@ class MyDocument extends Document {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Html lang="en">
|
<Html lang="en">
|
||||||
<Head>
|
<Head> </Head>
|
||||||
</Head>
|
|
||||||
<body>
|
<body>
|
||||||
<Main/>
|
<Main/>
|
||||||
<NextScript/>
|
<NextScript/>
|
||||||
</body>
|
</body>
|
||||||
</Html>
|
</Html>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user