brand: 顶栏/登录页/favicon/官方logo 统一使用 logo.png
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<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
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
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">
|
<Slot name="header.logo" kind="replace">
|
||||||
<img
|
<img
|
||||||
src={isDark ? "/logo-dark.svg" : "/logo-light.svg"}
|
src="/logo.png"
|
||||||
alt="PineAgents"
|
alt="PineAgents"
|
||||||
className={styles.logoImg}
|
className={styles.logoImg}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ export default function LoginPage() {
|
|||||||
>
|
>
|
||||||
<div style={{ textAlign: "center", marginBottom: 24 }}>
|
<div style={{ textAlign: "center", marginBottom: 24 }}>
|
||||||
<img
|
<img
|
||||||
src={isDark ? "/logo-dark.svg" : "/logo-light.svg"}
|
src="/logo.png"
|
||||||
alt="PineAgents"
|
alt="PineAgents"
|
||||||
style={{ height: 48, marginBottom: 12 }}
|
style={{ height: 48, marginBottom: 12 }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user