chore: update logo format to png (#830)

This commit is contained in:
boojack
2022-12-23 00:21:53 +08:00
committed by GitHub
parent 7efa749c66
commit 9f25badde3
18 changed files with 22 additions and 22 deletions

View File

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