File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 52
52
< link href ="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap " rel ="stylesheet ">
53
53
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
54
54
< meta charset ="zh-Hant " />
55
- < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
55
+ < link rel ="icon " href ="%PUBLIC_URL%/icon.svg " />
56
56
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
57
57
< meta name ="theme-color " content ="#000000 " />
58
58
< meta property ="og:image " content ="https://media.githubusercontent.com/media/p208p2002/blog/gh-pages/og.png " />
Original file line number Diff line number Diff line change 22
22
font-size : 32px ;
23
23
}
24
24
25
+ # App h1 img {
26
+ display : inline;
27
+ height : 36px ;
28
+ padding-bottom : 6px ;
29
+ padding-right : 6px ;
30
+ }
31
+
25
32
# App .home-page-title {
26
33
color : var (--text-1 );
27
34
text-decoration : none;
Original file line number Diff line number Diff line change @@ -44,10 +44,7 @@ function App() {
44
44
< div style = { { marginTop : 40 } } className = "text-center" >
45
45
< h1 >
46
46
< a href = "/" className = "home-page-title font-medium" >
47
- < span className = 'blog-icon' >
48
- { '>_' }
49
- </ span >
50
-
47
+ < img src = "/icon.svg" alt = "" srcSet = "" />
51
48
{ BLOG_NAME }
52
49
</ a >
53
50
</ h1 >
You can’t perform that action at this time.
0 commit comments