Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
5e71222f
Commit
5e71222f
authored
Dec 30, 2022
by
Yuri Mikhin
Committed by
Yuri Mikhin
Jan 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit Stats page title.
parent
b39137ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stats.tsx
pages/stats.tsx
+1
-1
Stats.tsx
ui/pages/Stats.tsx
+1
-1
No files found.
pages/stats.tsx
View file @
5e71222f
...
@@ -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
}
S
tats
</
title
></
Head
>
<
Head
><
title
>
{
appConfig
.
network
.
name
}
s
tats
</
title
></
Head
>
<
Stats
/>
<
Stats
/>
</>
</>
);
);
...
...
ui/pages/Stats.tsx
View file @
5e71222f
...
@@ -22,7 +22,7 @@ const Stats = () => {
...
@@ -22,7 +22,7 @@ const Stats = () => {
return
(
return
(
<
Page
>
<
Page
>
<
PageTitle
text=
{
`${ appConfig.network.name }
S
tats`
}
/>
<
PageTitle
text=
{
`${ appConfig.network.name }
s
tats`
}
/>
<
Box
mb=
{
{
base
:
6
,
sm
:
8
}
}
>
<
Box
mb=
{
{
base
:
6
,
sm
:
8
}
}
>
<
NumberWidgetsList
/>
<
NumberWidgetsList
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment