brand: 顶栏/登录页/favicon/官方logo 统一使用 logo.png
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/pineagents-icon.svg" />
|
||||
<link rel="icon" type="image/png" href="/logo.png" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 MiB |
@@ -364,7 +364,7 @@ export default function Header() {
|
||||
*/}
|
||||
<Slot name="header.logo" kind="replace">
|
||||
<img
|
||||
src={isDark ? "/logo-dark.svg" : "/logo-light.svg"}
|
||||
src="/logo.png"
|
||||
alt="PineAgents"
|
||||
className={styles.logoImg}
|
||||
/>
|
||||
|
||||
@@ -286,7 +286,7 @@ export default function LoginPage() {
|
||||
>
|
||||
<div style={{ textAlign: "center", marginBottom: 24 }}>
|
||||
<img
|
||||
src={isDark ? "/logo-dark.svg" : "/logo-light.svg"}
|
||||
src="/logo.png"
|
||||
alt="PineAgents"
|
||||
style={{ height: 48, marginBottom: 12 }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user