diff --git a/logo/tck_logo.svg b/logo/tck_logo.svg new file mode 100644 index 000000000..57c0e3467 --- /dev/null +++ b/logo/tck_logo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sample_interface/index.html b/sample_interface/index.html index 123c122a1..9da11ed68 100644 --- a/sample_interface/index.html +++ b/sample_interface/index.html @@ -2,7 +2,7 @@ - + TCK RTU - Rainfall Monitoring diff --git a/sample_interface/src/app/components/Header.tsx b/sample_interface/src/app/components/Header.tsx index 6a3d24f8e..df0d33b40 100644 --- a/sample_interface/src/app/components/Header.tsx +++ b/sample_interface/src/app/components/Header.tsx @@ -4,7 +4,7 @@ import { useSensorStore } from "../stores/sensorStore"; import { VoltageDisplay } from "./VoltageDisplay"; import { BatteryStatus } from "./BatteryStatus"; import { LoginIndicator } from "./LoginIndicator"; -import TCKLogo from "../../../../logo/[LOGO] TCK.svg?react"; +import TCKLogo from "../../../../logo/tck_logo.svg?react"; export function Header() { const [currentTime, setCurrentTime] = useState(new Date());