@@ -129,9 +129,7 @@ function HomePage() {
129129 < BarChart3 size = { 24 } className = "text-white" />
130130 </ div >
131131 < div >
132- < h1 className = "text-2xl font-semibold tracking-tight mb-1" >
133- VoidZero Dashboard
134- </ h1 >
132+ < h1 className = "text-2xl font-semibold tracking-tight mb-1" > VoidZero Dashboard</ h1 >
135133 < p className = "text-[var(--color-text-muted)] text-sm max-w-xl" >
136134 Performance metrics and analytics for the next-generation JavaScript toolchain
137135 </ p >
@@ -186,10 +184,7 @@ function HomePage() {
186184 className = "group p-4 rounded-lg border border-[var(--color-border)] bg-[var(--color-bg-elevated)] hover:border-[var(--color-border-strong)] hover:bg-[var(--color-surface)] transition-all"
187185 >
188186 < div className = "flex items-center gap-2 mb-3" >
189- < div
190- className = "w-2 h-2 rounded-full"
191- style = { { backgroundColor : project . color } }
192- />
187+ < div className = "w-2 h-2 rounded-full" style = { { backgroundColor : project . color } } />
193188 < span className = "font-medium text-sm group-hover:text-[var(--color-accent)] transition-colors" >
194189 { project . name }
195190 </ span >
@@ -228,9 +223,7 @@ function HomePage() {
228223 } }
229224 />
230225 </ div >
231- < div className = "w-16 text-right font-mono text-sm" >
232- { benchmark . time } s
233- </ div >
226+ < div className = "w-16 text-right font-mono text-sm" > { benchmark . time } s</ div >
234227 </ div >
235228 ) ) }
236229 </ div >
@@ -260,12 +253,8 @@ function HomePage() {
260253 className = "p-4 rounded-lg border border-[var(--color-border)] bg-[var(--color-bg-elevated)]"
261254 >
262255 < div className = "text-sm font-medium mb-1" > { bench . tool } </ div >
263- < div className = "text-xs text-[var(--color-text-muted)] mb-2" >
264- { bench . comparison }
265- </ div >
266- < div className = "text-lg font-semibold text-[var(--color-accent)]" >
267- { bench . speed }
268- </ div >
256+ < div className = "text-xs text-[var(--color-text-muted)] mb-2" > { bench . comparison } </ div >
257+ < div className = "text-lg font-semibold text-[var(--color-accent)]" > { bench . speed } </ div >
269258 </ div >
270259 ) ) }
271260 </ div >
@@ -322,9 +311,7 @@ function HomePage() {
322311 { feature . icon }
323312 </ div >
324313 < div className = "text-xs font-medium" > { feature . label } </ div >
325- < div className = "text-[10px] text-[var(--color-text-muted)]" >
326- { feature . sub }
327- </ div >
314+ < div className = "text-[10px] text-[var(--color-text-muted)]" > { feature . sub } </ div >
328315 </ div >
329316 ) ) }
330317 </ div >
0 commit comments