fix(data): align comparison suggestions
This commit is contained in:
parent
ee69079bb4
commit
456521f689
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue