diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index d494397b2..43af3c71f 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -335,22 +335,7 @@ function UsageProgress(data: {
- 100 && "text-destructive dark:text-red-600", - )} - > - {nFormatter(usage)} - {" "} - / {nFormatter(usageLimit)} {unit}{" "} - 100 && "text-destructive dark:text-red-600", - )} - > - ({usagePercentage.toFixed(0)} - %) - + {nFormatter(usage)} / {nFormatter(usageLimit)} {unit}
) : ( diff --git a/components/ui/progress.tsx b/components/ui/progress.tsx index 03267e240..4b26873f4 100644 --- a/components/ui/progress.tsx +++ b/components/ui/progress.tsx @@ -27,10 +27,7 @@ const Progress = React.forwardRef< {...props} >