brand: 网站 Logo 与 favicon 改用 logo.png
This commit is contained in:
+4
-2
@@ -3,8 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>OPC 培训 · 为进化而设计</title>
|
||||
<meta name="description" content="三阶标准服务产品体系:引流诊断 · 线上标准服务 · 线下深度服务。诊断、陪跑、OPC 体系设计。" />
|
||||
<title>OPC · 为进化而设计</title>
|
||||
<meta name="description" content="云南OPC, 为进化而设计" />
|
||||
<link rel="icon" href="/logo.png" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 MiB |
@@ -50,7 +50,7 @@ export function StatGlyph({ children }) {
|
||||
export function Logo() {
|
||||
return (
|
||||
<a className="logo" href="#/" aria-label="OPC 培训体系 首页">
|
||||
<img src="assets/logo.svg" alt="" width="52" height="52" />
|
||||
<img src="/logo.png" alt="" width="52" height="52" />
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user