diff --git a/public/index.html b/public/index.html
index c3957ff..bc4bf43 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,37 +1,31 @@
-
-
-
-
-
-
-
- TT ELD
-
-
-
-
+
+
+
+
+
+
+
+ Ontime ELD
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/App.css b/src/App.css
index 8dbd295..eb29427 100644
--- a/src/App.css
+++ b/src/App.css
@@ -48,6 +48,10 @@
height: 32px;
}
+.tt-icon-white {
+ max-width: 100%;
+ height: 32px;
+}
.isnot {
display: none;
}
diff --git a/src/App.tsx b/src/App.tsx
index 940c02a..71ccfec 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -16,7 +16,8 @@ import { LogoutApi } from "./API/auth/Logout";
import { Link } from "react-router-dom";
import { MenuProps } from "antd";
// @ts-ignore
-import TT_ELD from "./assets/tticon.svg";
+import Logo_white from "./assets/logo-white.png";
+import Ontime_Logo from "./assets/ontimeicon.svg";
import collapsedIcon from "./assets/collapsed.png";
import themeBtn from "./assets/theme-btn.svg";
// @ts-ignore
@@ -422,11 +423,15 @@ const App: React.FC = () => {
{collapsed ? (
) : (
- "TT ELD"
+
)}