fix(data): align comparison suggestions
This commit is contained in:
@@ -200,6 +200,7 @@ export default function StatsModel() {
|
|||||||
pairs={modelComparisonPairs(catalog(), catalogEntry() ?? null, stats() ?? null)}
|
pairs={modelComparisonPairs(catalog(), catalogEntry() ?? null, stats() ?? null)}
|
||||||
title="Compare This Model"
|
title="Compare This Model"
|
||||||
description="Other models to compare with this one."
|
description="Other models to compare with this one."
|
||||||
|
variant="featured"
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
@@ -155,6 +155,7 @@ export default function StatsLab() {
|
|||||||
pairs={labComparisonPairs(data(), stats()?.models ?? [])}
|
pairs={labComparisonPairs(data(), stats()?.models ?? [])}
|
||||||
title={`${data().name} Model Comparisons`}
|
title={`${data().name} Model Comparisons`}
|
||||||
description="Model pairs from this lab."
|
description="Model pairs from this lab."
|
||||||
|
variant="featured"
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user