src: Update <Content> tag components
This commit is contained in:
parent
d98dd02fa3
commit
91577343df
38 changed files with 70 additions and 75 deletions
|
|
@ -9,7 +9,7 @@ const UploadRepositoryLabel = () => {
|
|||
return (
|
||||
<Tooltip
|
||||
content={
|
||||
<Content component="p">
|
||||
<Content>
|
||||
Upload repository: Snapshots will only be taken when new content is
|
||||
uploaded.
|
||||
<Button
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ const RepositoriesStep = () => {
|
|||
<Title headingLevel="h1" size="xl">
|
||||
Custom repositories
|
||||
</Title>
|
||||
<Content component="p">
|
||||
<Content>
|
||||
Select the linked custom repositories from which you can add packages to
|
||||
the image.
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue