Skip to content

Commit a739eba

Browse files
committed
Tweaked the layout of the usage runs charts so the daily runs are in the box with other run charts
1 parent 3ebc257 commit a739eba

File tree

1 file changed

+7
-10
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.billing._index

1 file changed

+7
-10
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.billing._index/route.tsx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,6 @@ export default function Page() {
105105
</div>
106106
</div>
107107

108-
<div>
109-
<Header2 spacing>Daily runs</Header2>
110-
<div className="flex w-full flex-col gap-5 rounded border border-border p-6">
111-
<DailyRunsChart
112-
data={data.dailyRunsData}
113-
hasDailyRunsData={data.hasDailyRunsData}
114-
/>
115-
</div>
116-
</div>
117-
118108
<div className="@container">
119109
<Header2 spacing>Runs</Header2>
120110
<div className="flex flex-col gap-5 rounded border border-border p-6">
@@ -218,6 +208,13 @@ export default function Page() {
218208
</ResponsiveContainer>
219209
</div>
220210
</div>
211+
<div>
212+
<Header3 className="mb-4">Daily runs</Header3>
213+
<DailyRunsChart
214+
data={data.dailyRunsData}
215+
hasDailyRunsData={data.hasDailyRunsData}
216+
/>
217+
</div>
221218
</div>
222219
</div>
223220
</>

0 commit comments

Comments
 (0)