From 7e03bd5ee4f4218a0a938257a17989eb1c56a8e2 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Fri, 13 Oct 2023 21:50:17 +0800 Subject: [PATCH] feat: add icon --- index.html | 2 +- public/icon.svg | 9 +++++++++ src/client/pages/Layout.tsx | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 public/icon.svg diff --git a/index.html b/index.html index fbb2a4c..756f7de 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Tianji - Insight into everything diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..e452887 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/client/pages/Layout.tsx b/src/client/pages/Layout.tsx index d3bfc37..efd69da 100644 --- a/src/client/pages/Layout.tsx +++ b/src/client/pages/Layout.tsx @@ -26,7 +26,10 @@ export const Layout: React.FC = React.memo(() => {
{showHeader && (
-
Tianji
+
+ + Tianji +