Merge pull request #8210 from Cerebulon/hyrdoponics

Fixes Farmbot TGUI Typo
This commit is contained in:
MistakeNot4892
2021-08-19 15:01:55 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const Farmbot = (props, context) => {
return (
<Window width={450} height={540}>
<Window.Content scrollable>
<Section title="Automatic Hyrdoponic Assisting Unit v2.0" buttons={
<Section title="Automatic Hydroponic Assistance Unit v2.0" buttons={
<Button
icon="power-off"
selected={on}
File diff suppressed because one or more lines are too long