File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < link rel ="icon " type ="image/png " href ="/ico.png " / >
5
+ < link rel ="icon " type ="image/x-icon " href ="/favicon.ico " >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Home | LNReader</ title >
8
8
< meta name ="description " content ="Discover and read light novels, novels and more - easier than ever on your Android device. "/>
9
9
< meta property ="og:title " content ="LNReader "/>
10
- < meta property ="og:image " content ="https://lnreader.github.io/ico .png " />
10
+ < meta property ="og:image " content ="https://lnreader.github.io/icon .png " />
11
11
< meta property ="og:description " content ="Discover and read light novels, novels and more - easier than ever on your Android device. " />
12
12
< link rel ="canonical " href ="https://lnreader.github.io/ ">
13
13
< meta name ="google-site-verification " content ="jixjP1P9oS8dIDwCtE5H1gLViokUbfBC9zNlz13Tdt0 " />
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function AppLogo() {
7
7
return (
8
8
< Box sx = { { display : "flex" , flexDirection : "row" , alignItems : "center" } } >
9
9
< Link to = "/" style = { { display : "flex" , alignItems : "center" } } >
10
- < img src = "/ico .png" height = { 45 } width = { 45 } />
10
+ < img src = "/icon .png" height = { 45 } width = { 45 } />
11
11
< Typography
12
12
variant = "h6"
13
13
noWrap
You can’t perform that action at this time.
0 commit comments