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>
|
||||
<MessageBox type="warning" isAllowClose>
|
||||
If you haven't rebuilt the listed targets, then you could be
|
||||
experiencing a "
|
||||
experiencing a{' '}
|
||||
<Link
|
||||
href={mitmExternalHref}
|
||||
sx={{ display: 'inline-flex' }}
|
||||
target="_blank"
|
||||
>
|
||||
Man In The Middle
|
||||
</Link>
|
||||
" attack. Please verify the targets have changed for a known
|
||||
reason before proceeding to remove the broken keys.
|
||||
"Man In The Middle"
|
||||
</Link>{' '}
|
||||
attack. Please verify the targets have changed for a known reason
|
||||
before proceeding to remove the broken keys.
|
||||
</MessageBox>
|
||||
<List
|
||||
header={
|
||||
|
Loading…
Reference in New Issue
Block a user