From c77682ff46237c23f10bd0296b2320a466024fcf Mon Sep 17 00:00:00 2001
From: Daniel Schulteis
Date: Thu, 29 Jan 2026 23:11:14 +0100
Subject: [PATCH] style: fix badge alignment and stats card responsivenes
---
app/(backend)/page.tsx | 2 +-
components/StatCard/index.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/(backend)/page.tsx b/app/(backend)/page.tsx
index 77d6f3c..9a08a29 100644
--- a/app/(backend)/page.tsx
+++ b/app/(backend)/page.tsx
@@ -175,7 +175,7 @@ const Dashboard: React.FC = () => {
-
+
v2.4.0 Live
diff --git a/components/StatCard/index.tsx b/components/StatCard/index.tsx
index fdb9a9f..4974c1d 100644
--- a/components/StatCard/index.tsx
+++ b/components/StatCard/index.tsx
@@ -18,11 +18,11 @@ const StatCard: React.FC = ({ label, value, icon: Icon, trend, ch
-