From 00c2e1a5cf47057f34dc987e4d949c07eb9ba00c Mon Sep 17 00:00:00 2001 From: EreQ Date: Tue, 3 Feb 2026 01:51:26 +0300 Subject: [PATCH] Update usage-view.tsx --- components/usage-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/usage-view.tsx b/components/usage-view.tsx index 96fc687f..c7d3aaa8 100644 --- a/components/usage-view.tsx +++ b/components/usage-view.tsx @@ -10,7 +10,7 @@ export function UsageView() { const [usage] = useState([ { details: 'QCX-TERRA Crop yield Analysis', date: 'upcoming', change: 7 }, { details: 'QCX-TERRA Flood predictions', date: 'upcoming', change: 5 }, - { details: 'Plnaet computer weather synchronization', date: 'upcoming', change: 3 }, + { details: 'Planet computer weather synchronization', date: 'upcoming', change: 3 }, ]) const [credits] = useState(0) const { toggleUsage } = useUsageToggle()