File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.billing._index Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,6 @@ export default function Page() {
105
105
</ div >
106
106
</ div >
107
107
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
-
118
108
< div className = "@container" >
119
109
< Header2 spacing > Runs</ Header2 >
120
110
< div className = "flex flex-col gap-5 rounded border border-border p-6" >
@@ -218,6 +208,13 @@ export default function Page() {
218
208
</ ResponsiveContainer >
219
209
</ div >
220
210
</ div >
211
+ < div >
212
+ < Header3 className = "mb-4" > Daily runs</ Header3 >
213
+ < DailyRunsChart
214
+ data = { data . dailyRunsData }
215
+ hasDailyRunsData = { data . hasDailyRunsData }
216
+ />
217
+ </ div >
221
218
</ div >
222
219
</ div >
223
220
</ >
You can’t perform that action at this time.
0 commit comments