Skip to content

Commit

Permalink
feat: change charts app name
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjomcs committed Oct 29, 2024
1 parent 97989f7 commit d123253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instruments/src/EFB/apps/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const HomeScreen: FC = () => (
<Home initial={{ transform: "scale(0)" }} animate={{ transform: "scale(1)" }} exit={{ transform: "scale(1)" }}>
<AppSection>
<App
name="Navigraph"
name="Charts"
bg="linear-gradient(0deg, rgba(121,117,255,1) 0%, rgba(92,70,255,1) 100%)"
icon={<IoPaperPlane style={{ fill: "lightgray", transform: "scale(3.3)" }} />}
route="/fzpro"
Expand Down

0 comments on commit d123253

Please sign in to comment.