Tweaked modal title to better fit without wrapping

This commit is contained in:
Brian Vaughn 2019-07-18 16:26:27 -07:00
parent 249a2e043d
commit bd0a0c58fd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default function WarnIfLegacyBackendDetected(_: {||}) {
canBeDismissed: false, canBeDismissed: false,
type: 'SHOW', type: 'SHOW',
title: title:
'React DevTools v4 is incompatible with this version of React', 'DevTools v4 is incompatible with this version of React',
content: <InvalidBackendDetected />, content: <InvalidBackendDetected />,
}); });