Wizard: Fix linting errors

This commit is contained in:
regexowl 2025-04-11 09:03:56 +02:00 committed by Klara Simickova
parent fef8685830
commit ecce7c3b1e

View file

@ -359,9 +359,7 @@ const TargetEnvironment = () => {
position="right" position="right"
headerContent={ headerContent={
<TextContent> <TextContent>
<Text> <Text>WSL is not officially supported by Red Hat</Text>
WSL is not officially supported by Red Hat.
</Text>
</TextContent> </TextContent>
} }
bodyContent={ bodyContent={
@ -374,14 +372,14 @@ const TargetEnvironment = () => {
} }
footerContent={ footerContent={
<Button <Button
component="a" component="a"
target="_blank" target="_blank"
variant="link" variant="link"
icon={<ExternalLinkAltIcon />} icon={<ExternalLinkAltIcon />}
iconPosition="right" iconPosition="right"
isInline isInline
href="https://access.redhat.com/solutions/6338661" href="https://access.redhat.com/solutions/6338661"
> >
Learn more Learn more
</Button> </Button>
} }