src: Update <Content> tag components
This commit is contained in:
parent
d98dd02fa3
commit
91577343df
38 changed files with 70 additions and 75 deletions
|
|
@ -16,7 +16,7 @@ const UsersStep = () => {
|
|||
<Title headingLevel="h1" size="xl">
|
||||
Users
|
||||
</Title>
|
||||
<Content component="p">Add a user to your image.</Content>
|
||||
<Content>Add a user to your image.</Content>
|
||||
{users.length !== 0 ? <UserInfo /> : <EmptyUserState />}
|
||||
</Form>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue