Skip to content

Commit 2b7012f

Browse files
committed
Fix mobile layout
1 parent ac00e84 commit 2b7012f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/optimizing-performance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ By default, React includes many helpful warnings. These warnings are very useful
1515

1616
If you aren't sure whether your build process is set up correctly, you can check it by installing [React Developer Tools for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi). If you visit a site with React in production mode, the icon will have a dark background:
1717

18-
<img src="/react/img/docs/devtools-prod.png" width="600" alt="React DevTools on a website with production version of React">
18+
<img src="/react/img/docs/devtools-prod.png" style="max-width:100%" alt="React DevTools on a website with production version of React">
1919

2020
If you visit a site with React in development mode, the icon will have a red background:
2121

22-
<img src="/react/img/docs/devtools-dev.png" width="600" alt="React DevTools on a website with development version of React">
22+
<img src="/react/img/docs/devtools-dev.png" style="max-width:100%" alt="React DevTools on a website with development version of React">
2323

2424
It is expected that you use the development mode when working on your app, and the production mode when deploying your app to the users.
2525

0 commit comments

Comments
 (0)