fix(striker-ui): repair MITM external link text wrap
This commit is contained in:
parent
f2cf39a0dc
commit
6c8807b284
@ -95,16 +95,16 @@ const ManageChangedSSHKeysForm: FC<ManageChangedSSHKeysFormProps> = ({
|
|||||||
</BodyText>
|
</BodyText>
|
||||||
<MessageBox type="warning" isAllowClose>
|
<MessageBox type="warning" isAllowClose>
|
||||||
If you haven't rebuilt the listed targets, then you could be
|
If you haven't rebuilt the listed targets, then you could be
|
||||||
experiencing a "
|
experiencing a{' '}
|
||||||
<Link
|
<Link
|
||||||
href={mitmExternalHref}
|
href={mitmExternalHref}
|
||||||
sx={{ display: 'inline-flex' }}
|
sx={{ display: 'inline-flex' }}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Man In The Middle
|
"Man In The Middle"
|
||||||
</Link>
|
</Link>{' '}
|
||||||
" attack. Please verify the targets have changed for a known
|
attack. Please verify the targets have changed for a known reason
|
||||||
reason before proceeding to remove the broken keys.
|
before proceeding to remove the broken keys.
|
||||||
</MessageBox>
|
</MessageBox>
|
||||||
<List
|
<List
|
||||||
header={
|
header={
|
||||||
|
Loading…
Reference in New Issue
Block a user