1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

nit: change ModelCard to Model Card (PROJQUAY-8716) (#3727)

This commit is contained in:
Kenny Lee Sin Cheong 2025-03-20 14:47:05 -04:00 committed by GitHub
parent 6720be4b8c
commit 6bd8e8f428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ export default function TagTabs(props: TagTabsProps) {
</Tab>
<Tab
eventKey={TabIndex.ModelCard}
title={<TabTitleText>ModelCard</TabTitleText>}
title={<TabTitleText>Model Card</TabTitleText>}
isHidden={!quayConfig?.features?.UI_MODELCARD || !props.tag.modelcard}
>
<ModelCard modelCard={props.tag.modelcard} />