Fixes Farmbot TGUI Typo

This commit is contained in:
Cerebulon
2021-08-11 22:34:18 +01:00
parent beaa3051ff
commit 2a4b86dad7
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