feat: update menubar logo and remove text

- Replace calendar.svg with header-logo.svg for new Twake Calendar branding
- Remove text elements from MainTitle component, keeping only logo
- Update import path to use new header-logo.svg file
This commit is contained in:
lenhanphung
2025-09-25 15:33:05 +07:00
parent b9d7a8fa6b
commit ca0fe4a4a8
2 changed files with 35 additions and 5 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import logo from "../../static/images/calendar.svg";
import logo from "../../static/header-logo.svg";
import AppsIcon from "@mui/icons-material/Apps";
import RefreshIcon from "@mui/icons-material/Refresh";
import ChevronLeftIcon from "@mui/icons-material/ChevronLeft";
@@ -201,10 +201,6 @@ export function MainTitle() {
return (
<div className="menubar-item tc-home">
<img className="logo" src={logo} alt="Calendar" />
<p>
<span className="twake">Twake</span>
<span className="calendar-text">Calendar</span>
</p>
</div>
);
}
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB