From 44c1ec55d301c3322d853fa80d211c111ccd153e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=85GO=E1=8F=92=C9=85?= Date: Sun, 9 Nov 2025 17:42:59 +0100 Subject: [PATCH] Fix layout by removing empty Col component Can we have full width stats? --- pages/satistics/graphs/[when].js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/satistics/graphs/[when].js b/pages/satistics/graphs/[when].js index d59725c75..ef0728aef 100644 --- a/pages/satistics/graphs/[when].js +++ b/pages/satistics/graphs/[when].js @@ -70,6 +70,8 @@ export default function Growth ({ ssrData }) {
sats stacked
+ +
sats spent
@@ -80,7 +82,6 @@ export default function Growth ({ ssrData }) {
spend counts
-
)