chore: update logo (#1442)

* chore: update logo

* chore: update
This commit is contained in:
boojack
2023-04-02 09:54:52 +08:00
committed by GitHub
parent c7a57191bd
commit 1ea65c0b60
15 changed files with 91 additions and 89 deletions

View File

@ -53,7 +53,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.png";
link.href = systemStatus.customizedProfile.logoUrl || "/logo.webp";
}, [systemStatus]);
useEffect(() => {