仪表盘顶栏品牌图标替换为新 logo
HeaderBar 用 apple-touch-icon 替代 CloudSun 图标,新增 static 静态资源目录。
This commit is contained in:
@@ -96,8 +96,8 @@ export function HeaderBar({
|
|||||||
return (
|
return (
|
||||||
<header className="header">
|
<header className="header">
|
||||||
<div className="brand">
|
<div className="brand">
|
||||||
<span className="brand-mark bg-blue-600 !border-transparent flex items-center justify-center text-white" aria-hidden="true">
|
<span className="brand-mark" aria-hidden="true">
|
||||||
<CloudSun size={18} />
|
<img src="/apple-touch-icon.png" alt="PolyWeather" />
|
||||||
</span>
|
</span>
|
||||||
<h1>PolyWeather</h1>
|
<h1>PolyWeather</h1>
|
||||||
<span className="subtitle">{t("header.subtitle")}</span>
|
<span className="subtitle">{t("header.subtitle")}</span>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 773 KiB |
Reference in New Issue
Block a user