Skip to content

Commit

Permalink
fix: erroneous char in devmenu #trivial (#11253)
Browse files Browse the repository at this point in the history
erroneous char in devmenu
  • Loading branch information
brainbicycle authored Dec 5, 2024
1 parent 50e493a commit a8f5d58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/system/devTools/DevMenu/DevMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const DevMenu = ({ onClose = () => goBack() }: { onClose(): void }) => {
// and it doesn't support large headers so we don't need this additional header
!__unsafe__onboardingNavigationRef.current ? <LargeHeaderView /> : null
}
å
<Text variant="xs" color="grey" mx={2} mt={2}>
Build:{" "}
<Text variant="xs">
Expand Down

0 comments on commit a8f5d58

Please sign in to comment.