Commit 5e71222f authored by Yuri Mikhin's avatar Yuri Mikhin Committed by Yuri Mikhin

Edit Stats page title.

parent b39137ac
...@@ -9,7 +9,7 @@ import Stats from '../ui/pages/Stats'; ...@@ -9,7 +9,7 @@ import Stats from '../ui/pages/Stats';
const StatsPage: NextPage = () => { const StatsPage: NextPage = () => {
return ( return (
<> <>
<Head><title>{ appConfig.network.name } Stats</title></Head> <Head><title>{ appConfig.network.name } stats</title></Head>
<Stats/> <Stats/>
</> </>
); );
......
...@@ -22,7 +22,7 @@ const Stats = () => { ...@@ -22,7 +22,7 @@ const Stats = () => {
return ( return (
<Page> <Page>
<PageTitle text={ `${ appConfig.network.name } Stats` }/> <PageTitle text={ `${ appConfig.network.name } stats` }/>
<Box mb={{ base: 6, sm: 8 }}> <Box mb={{ base: 6, sm: 8 }}>
<NumberWidgetsList/> <NumberWidgetsList/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment