\ No newline at end of file
diff --git a/TermixLogo.png b/TermixLogo.png
new file mode 100644
index 00000000..48373054
Binary files /dev/null and b/TermixLogo.png differ
diff --git a/frontend/index.html b/frontend/index.html
index 6eb6d291..4a56ae5d 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -7,7 +7,7 @@
- React App
+ Termix
diff --git a/frontend/start.js b/frontend/start.js
index c491af14..3e619239 100644
--- a/frontend/start.js
+++ b/frontend/start.js
@@ -1,7 +1,7 @@
// start.js
const { spawn } = require('child_process');
-const child = spawn('node', ["\"D:/Programming Projects/SSH-Project-JB/backend/server.js\""], {
+const child = spawn('node', ["\"D:/Programming Projects/Termix/backend/server.js\""], {
stdio: 'inherit', // this is key for interactivity
shell: true, // use system shell
});
diff --git a/info.txt b/info.txt
index ab0a9f4a..0d709854 100644
--- a/info.txt
+++ b/info.txt
@@ -1,5 +1,6 @@
Currently:
-all done for release!
+Create read.me (copy stuff from nexterm, do planned vs current features, description, why were different, setup tutorial (docker, manual build), example images (live tutorial?), eventually website?, that cool info stuff it shows like the repo stars and the brand iamge and stuff)
+then all done for release!
Minor bugs:
start session button stays connected even if fail to connect (for example for port). Also should be able to click it again to stop the connection.
diff --git a/public/favicon.ico b/public/favicon.ico
index a11777cc..9dfe8173 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/logo192.png b/public/logo192.png
index fc44b0a3..229e95f0 100644
Binary files a/public/logo192.png and b/public/logo192.png differ
diff --git a/public/logo512.png b/public/logo512.png
index a4e47a65..48dbc4f3 100644
Binary files a/public/logo512.png and b/public/logo512.png differ