Skip to content

Commit 4ea6902

Browse files
CopilotBoshen
andcommitted
Fix header order: change page header from 'Rolldown-Vite Dashboard' to 'Rolldown Stats'
Co-authored-by: Boshen <[email protected]>
1 parent 4b3b7d3 commit 4ea6902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/pages/RolldownStatsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function RolldownStatsPage() {
1111
<div className='header-content'>
1212
<div className='logo'>
1313
<BarChart3 size={28} />
14-
<h1>Rolldown-Vite Dashboard</h1>
14+
<h1>Rolldown Stats</h1>
1515
</div>
1616
<p className='header-subtitle'>
1717
Statistics collected from different Rolldown-Vite versions

0 commit comments

Comments
 (0)