aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElijah Moore <elimoor@siue.edu>2022-04-15 13:25:06 -0500
committerElijah Moore <elimoor@siue.edu>2022-04-15 13:25:06 -0500
commitf861da88cf0d5a7f173e433db012628e6633cb91 (patch)
treee76c7bdb37e3aa6dc3e2fc609b9f5440d61cbd98
parent44d6bbd912d089e59cb8146120e8d3ac96e59c64 (diff)
Made the amt of max terminals a little bigger
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 62e64b4..e460b13 100644
--- a/src/App.js
+++ b/src/App.js
@@ -51,7 +51,7 @@ class TerminalManager extends React.Component {
numberOfTerminals: 1,
};
- this.maxTerminals = 4;
+ this.maxTerminals = 5;
this.minTerminals = 1;
}