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)}
|
||||
title="Compare This Model"
|
||||
description="Other models to compare with this one."
|
||||
variant="featured"
|
||||
/>
|
||||
</>
|
||||
</Show>
|
||||
|
||||
@@ -155,6 +155,7 @@ export default function StatsLab() {
|
||||
pairs={labComparisonPairs(data(), stats()?.models ?? [])}
|
||||
title={`${data().name} Model Comparisons`}
|
||||
description="Model pairs from this lab."
|
||||
variant="featured"
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user