From e9ad654f722a55bc70a303bb2ecbcb23582298c2 Mon Sep 17 00:00:00 2001 From: p208p2002 Date: Sun, 27 Oct 2024 00:40:19 +0800 Subject: [PATCH] feat: update icon --- public/icon.svg | 10 ++++++++++ public/index.html | 2 +- src/App.css | 7 +++++++ src/App.js | 5 +---- 4 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 public/icon.svg diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..f6f592d --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/index.html b/public/index.html index 751a3da..3a84a78 100644 --- a/public/index.html +++ b/public/index.html @@ -52,7 +52,7 @@ - + diff --git a/src/App.css b/src/App.css index d5a4894..1107734 100644 --- a/src/App.css +++ b/src/App.css @@ -22,6 +22,13 @@ font-size: 32px; } +#App h1 img{ + display: inline; + height: 36px; + padding-bottom: 6px; + padding-right: 6px; +} + #App .home-page-title { color: var(--text-1); text-decoration: none; diff --git a/src/App.js b/src/App.js index b295b3c..62efe85 100644 --- a/src/App.js +++ b/src/App.js @@ -44,10 +44,7 @@ function App() {

- - {'>_'} - -   + {BLOG_NAME}