Skip to content

Commit 528905b

Browse files
committed
Usage label $ not ($)
1 parent c7d2b4a commit 528905b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.usage

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.usage/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export default function Page() {
280280

281281
const chartConfig = {
282282
dollars: {
283-
label: "Usage ($)",
283+
label: "Usage $",
284284
color: "#7655fd",
285285
},
286286
} satisfies ChartConfig;

0 commit comments

Comments
 (0)