Skip to content

Commit 9a4479c

Browse files
CopilotBoshen
andauthored
Fix: Correct fastest minifier label from ESBuild to OXC (#98)
* Initial plan * Fix: Update fastest minifier from ESBuild to OXC Co-authored-by: Boshen <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Boshen <[email protected]>
1 parent 74ccbb6 commit 9a4479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/pages/MinificationBenchmarksPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function MinificationBenchmarksPage() {
3838
<div className="flex items-center justify-between">
3939
<div>
4040
<p className="text-sm font-medium text-green-600 dark:text-green-300">Fastest</p>
41-
<p className="text-2xl font-bold text-green-900 dark:text-white">ESBuild</p>
41+
<p className="text-2xl font-bold text-green-900 dark:text-white">OXC</p>
4242
</div>
4343
<Timer className="w-8 h-8 text-green-500" />
4444
</div>

0 commit comments

Comments
 (0)