Wizard: Fix linting errors
This commit is contained in:
parent
fef8685830
commit
ecce7c3b1e
1 changed files with 9 additions and 11 deletions
|
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue