Skip to content

Commit

Permalink
changed svg source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardclifford committed Dec 4, 2022
1 parent 9005285 commit db932fa
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions frontend/src/Components/ConfigPane.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ function ConfigPane({visible, sock, setShowConf}){
return (
<div className="menu">

<MenuEntry title="General" icon="icons/Settings.svg" showFn={setShowGeneral}/>
<MenuEntry title="Tuning" icon="icons/Repair.svg" showFn={setShowTuning}/>
<MenuEntry title="GPS" icon="icons/Globe.svg" showFn={setShowGPS}/>
<MenuEntry title="Trip" icon="icons/ConstructionCone.svg" showFn={setShowTrip}/>
<MenuEntry title="Charge" icon="icons/VerticalBatteryCharging0.svg" showFn={setShowCharge}/>
<MenuEntry title="Debug" icon="icons/Bug.svg" showFn={setShowDebug}/>
<MenuEntry title="General" icon="svg_icons/Settings.svg" showFn={setShowGeneral}/>
<MenuEntry title="Tuning" icon="svg_icons/Repair.svg" showFn={setShowTuning}/>
<MenuEntry title="GPS" icon="svg_icons/Globe.svg" showFn={setShowGPS}/>
<MenuEntry title="Trip" icon="svg_icons/ConstructionCone.svg" showFn={setShowTrip}/>
<MenuEntry title="Charge" icon="svg_icons/VerticalBatteryCharging0.svg" showFn={setShowCharge}/>
<MenuEntry title="Debug" icon="svg_icons/Bug.svg" showFn={setShowDebug}/>

</div>
)
Expand Down

0 comments on commit db932fa

Please sign in to comment.