File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,12 +387,7 @@ const Compare = () => {
387387 { /* ═══ SIDE-BY-SIDE VIEW ═══ */ }
388388 { view === "side-by-side" && (
389389 < div >
390- < h2 className = "text-lg font-mono font-bold uppercase tracking-wider mb-1" >
391- Side-by-Side Comparison
392- </ h2 >
393- < p className = "text-xs font-mono text-muted-foreground mb-4" >
394- Select up to 3 cases to compare.
395- </ p >
390+ { /* heading moved to centered version below */ }
396391
397392 { selectedCaseObjects . length > 0 && (
398393 < div className = "mb-8" >
@@ -476,9 +471,12 @@ const Compare = () => {
476471 </ div >
477472 ) }
478473
479- < h3 className = "text-2xl font-bold uppercase tracking-tight mb-4 text-center" >
474+ < h3 className = "text-2xl font-bold uppercase tracking-tight mb-1 text-center" >
480475 { selectedCases . length < 3 ? "Select Cases to Compare" : "Maximum 3 cases selected" }
481476 </ h3 >
477+ < p className = "text-xs font-mono text-muted-foreground mb-4 text-center" >
478+ Select up to 3 cases to compare.
479+ </ p >
482480
483481 < div className = "grid grid-cols-3 gap-3 mb-4" >
484482 < select
You can’t perform that action at this time.
0 commit comments