From cfad4ed6331b5504dc1d923e0e25f91f5179ed56 Mon Sep 17 00:00:00 2001 From: Dilmurod Date: Mon, 8 Dec 2025 14:42:29 +0500 Subject: [PATCH] update task-board branding from "TT ELD" to "Ontime" --- public/index.html | 60 +++++++++++++++++--------------------- src/App.css | 4 +++ src/App.tsx | 11 +++++-- src/assets/logo-white.png | Bin 0 -> 37164 bytes 4 files changed, 39 insertions(+), 36 deletions(-) create mode 100644 src/assets/logo-white.png 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 ? ( Icon ) : ( - "TT ELD" + Icon )}