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

@ -52,7 +52,7 @@ const FirstBootStep = () => {
<Title headingLevel="h1" size="xl">
First boot configuration
</Title>
<Content component="p">
<Content>
Configure the image with a custom script that will execute on its first
boot.
</Content>
@ -62,7 +62,7 @@ const FirstBootStep = () => {
isInline
title="Important: please do not include sensitive information"
>
<Content component="p">
<Content>
Please ensure that your script does not contain any secrets,
passwords, or other sensitive data. All scripts should be crafted
without including confidential information to maintain security and