src: Update <Content> tag components

This commit is contained in:
regexowl 2025-05-19 14:05:42 +02:00 committed by Lucas Garfield
parent d98dd02fa3
commit 91577343df
38 changed files with 70 additions and 75 deletions

View file

@ -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>
);