diff --git a/website/index.html b/website/index.html index 0108e34..bfe55ae 100644 --- a/website/index.html +++ b/website/index.html @@ -3,8 +3,10 @@ - OPC 培训 · 为进化而设计 - + OPC · 为进化而设计 + + + diff --git a/website/public/logo.png b/website/public/logo.png new file mode 100644 index 0000000..60a9890 Binary files /dev/null and b/website/public/logo.png differ diff --git a/website/src/components/atoms/index.jsx b/website/src/components/atoms/index.jsx index 12c40e1..19f71a4 100644 --- a/website/src/components/atoms/index.jsx +++ b/website/src/components/atoms/index.jsx @@ -50,7 +50,7 @@ export function StatGlyph({ children }) { export function Logo() { return ( - + ); }