Use project logo in header

This commit is contained in:
2569718930@qq.com
2026-04-23 05:43:48 +08:00
parent 7575891a00
commit f4c189bdcf
2 changed files with 25 additions and 33 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
"use client";
import Link from "next/link";
import Image from "next/image";
import { usePathname } from "next/navigation";
import clsx from "clsx";
import {
@@ -146,7 +147,7 @@ export function HeaderBar({
<header className="header">
<div className="brand">
<span className="brand-mark" aria-hidden="true">
<i />
<Image src="/favicon-32x32.png" alt="" width={24} height={24} priority />
</span>
<h1>PolyWeather</h1>
<span className="subtitle">{t("header.subtitle")}</span>