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:
parent
6720be4b8c
commit
6bd8e8f428
@ -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} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user