diff --git a/ui/v2.5/src/components/Stats.tsx b/ui/v2.5/src/components/Stats.tsx index 79f0d480c..88387b8ac 100644 --- a/ui/v2.5/src/components/Stats.tsx +++ b/ui/v2.5/src/components/Stats.tsx @@ -12,69 +12,47 @@ export const Stats: React.FC = () => { return (
-
- - -
- -
- - - +
+
+

+ +

+

+ +

+
+
+

+ +

+

+ +

+
+
+

+ +

+

+ +

+
+
+

+ +

+

+ +

+
+
+

+ +

+

+ +

+
); diff --git a/ui/v2.5/src/index.scss b/ui/v2.5/src/index.scss index 5b2989d38..eba0c7850 100755 --- a/ui/v2.5/src/index.scss +++ b/ui/v2.5/src/index.scss @@ -294,3 +294,15 @@ code { .error-message { white-space: "pre-wrap"; } + +.stats { + .title { + font-size: 3vw; + text-align: center; + } + + .heading { + text-align: center; + text-transform: uppercase; + } +}