diff --git a/app/usage/page.tsx b/app/usage/page.tsx index ef59718..c01fcf7 100644 --- a/app/usage/page.tsx +++ b/app/usage/page.tsx @@ -5,7 +5,7 @@ import UsageView from "@/components/pages/usage-view"; const UsagePage: React.FC = () => { return ( -
+
); diff --git a/components/pages/usage-view.tsx b/components/pages/usage-view.tsx index 6f3a2bd..bb629e4 100644 --- a/components/pages/usage-view.tsx +++ b/components/pages/usage-view.tsx @@ -191,8 +191,9 @@ const UsageView: React.FC = () => { }, []); return ( -
-
+
+
+

Credit Usage Details

{([7, 30, 90] as PeriodDays[]).map((d) => ( @@ -212,13 +213,13 @@ const UsageView: React.FC = () => { ))}
+
+
+ Period: {periodLabel || "-"} days +
-
- Period: {periodLabel || "-"} days -
- -
+
@@ -332,7 +333,7 @@ const UsageView: React.FC = () => {
-
+
Total {Number.isFinite(total) ? total : 0}