Skip to content

Commit

Permalink
Re added configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Jul 25, 2024
1 parent 2452917 commit 68d8375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/ui/components/MainHUD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const MainHUD: React.FC = () => {
openPanel("scoring-zones")
}}
/>
<MainHUDButton value={"Drivetrain"} icon={<FaCar />} onClick={() => openModal("drivetrain")} />
<MainHUDButton value={"Configure"} icon={<FaGear />} onClick={() => openModal("config-robot")} />
<MainHUDButton
value={"Debug Tools"}
icon={<FaScrewdriverWrench />}
Expand Down

0 comments on commit 68d8375

Please sign in to comment.