File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -256,15 +256,13 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
256
256
< div className = "flex-grow" >
257
257
< div className = "uppercase text-sm text-gray-400 dark:text-gray-500" > Current Period</ div >
258
258
< div className = "text-sm font-medium text-gray-500 dark:text-gray-400" >
259
- < span className = "font-semibold" > { `${ billingCycleFrom . format ( "MMMM YYYY" ) } ` } </ span > (
260
259
< span title = { billingCycleFrom . toDate ( ) . toUTCString ( ) . replace ( "GMT" , "UTC" ) } >
261
- { billingCycleFrom . format ( "MMM D" ) }
260
+ { billingCycleFrom . format ( "MMM D, YYYY " ) }
262
261
</ span > { " " }
263
- - { " " }
262
+ – { " " }
264
263
< span title = { billingCycleTo . toDate ( ) . toUTCString ( ) . replace ( "GMT" , "UTC" ) } >
265
- { billingCycleTo . format ( "MMM D" ) }
264
+ { billingCycleTo . format ( "MMM D, YYYY " ) }
266
265
</ span >
267
- )
268
266
</ div >
269
267
</ div >
270
268
< div >
You can’t perform that action at this time.
0 commit comments