diff --git a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx
index c7d50f52a..052223d63 100644
--- a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx
+++ b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx
@@ -36,9 +36,7 @@ const appTooltip = (
Inspect apps by selecting connected devices and emulators. Navigate and
bookmark frequent destinations in the app. Refresh, screenshot and
screenrecord is also available.{' '}
-
- Learn More
-
+ Learn More
>
);
diff --git a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx
index a652a317d..a0b0764bf 100644
--- a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx
+++ b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx
@@ -36,7 +36,7 @@ export function NoDevices() {
Start a fresh emulator {' '}
or check the{' '}
-
+
troubleshooting guide
.