chore: update logo

This commit is contained in:
Steven
2023-10-05 08:40:25 +08:00
parent 7dc4bc5714
commit 16dad8b00d
13 changed files with 30 additions and 44 deletions

View File

@ -70,7 +70,7 @@ const App = () => {
// dynamic update metadata with customized profile.
document.title = systemStatus.customizedProfile.name;
const link = document.querySelector("link[rel~='icon']") as HTMLLinkElement;
link.href = systemStatus.customizedProfile.logoUrl || "/logo.webp";
link.href = systemStatus.customizedProfile.logoUrl || "/logo.png";
}, [systemStatus.customizedProfile]);
useEffect(() => {