TroubleshootingGuide navbar style
Summary: I also changed the "export" button icon as having two bug icons in the navbar is confusion. lblasa is going to squish all 4 or 5 debug flipper related buttons into one in the near future, so I am not focused on solving this currently Reviewed By: elboman Differential Revision: D47468721 fbshipit-source-id: 9492f9feba0df4afaf5b72470cb65e5cefbcb955
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0dad5ee993
commit
e755931642
@@ -35,7 +35,7 @@ import {
|
|||||||
ApiOutlined,
|
ApiOutlined,
|
||||||
AppstoreAddOutlined,
|
AppstoreAddOutlined,
|
||||||
BellOutlined,
|
BellOutlined,
|
||||||
BugOutlined,
|
ExportOutlined,
|
||||||
FileExclamationOutlined,
|
FileExclamationOutlined,
|
||||||
LayoutOutlined,
|
LayoutOutlined,
|
||||||
LoginOutlined,
|
LoginOutlined,
|
||||||
@@ -175,7 +175,7 @@ function ExportEverythingEverywhereAllAtOnceButton() {
|
|||||||
/>
|
/>
|
||||||
<NUX title="Press this button if you have issues with Flipper. It will collect Flipper debug data that you can send to the Flipper team to get help.">
|
<NUX title="Press this button if you have issues with Flipper. It will collect Flipper debug data that you can send to the Flipper team to get help.">
|
||||||
<NavbarButton
|
<NavbarButton
|
||||||
icon={BugOutlined}
|
icon={ExportOutlined}
|
||||||
label="Rage"
|
label="Rage"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
exportEverythingEverywhereAllAtOnceTracked();
|
exportEverythingEverywhereAllAtOnceTracked();
|
||||||
|
|||||||
Reference in New Issue
Block a user