forked from p34709852/monkey
Replaced "" to ''
This commit is contained in:
parent
1fd5ff8773
commit
2cd6fc3bf1
|
@ -102,7 +102,7 @@ class AttackReport extends React.Component {
|
||||||
href={'https://attack.mitre.org/'}
|
href={'https://attack.mitre.org/'}
|
||||||
bsSize={'lg'}
|
bsSize={'lg'}
|
||||||
className={'attack-link'}
|
className={'attack-link'}
|
||||||
target={"_blank"}>
|
target={'_blank'}>
|
||||||
Mitre ATT&CK™
|
Mitre ATT&CK™
|
||||||
</Button>
|
</Button>
|
||||||
techniques used by Infection Monkey.
|
techniques used by Infection Monkey.
|
||||||
|
|
Loading…
Reference in New Issue