Skip to content

Commit 2dae3a9

Browse files
committed
update favicon.ico
1 parent e6c2cca commit 2dae3a9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="en">
33
<head>
44
<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">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Home | LNReader</title>
88
<meta name="description" content="Discover and read light novels, novels and more - easier than ever on your Android device."/>
99
<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" />
1111
<meta property="og:description" content="Discover and read light novels, novels and more - easier than ever on your Android device." />
1212
<link rel="canonical" href="https://lnreader.github.io/">
1313
<meta name="google-site-verification" content="jixjP1P9oS8dIDwCtE5H1gLViokUbfBC9zNlz13Tdt0" />

public/favicon.ico

149 KB
Binary file not shown.
File renamed without changes.

src/components/AppLogo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function AppLogo() {
77
return (
88
<Box sx={{ display: "flex", flexDirection: "row", alignItems: "center" }}>
99
<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} />
1111
<Typography
1212
variant="h6"
1313
noWrap

0 commit comments

Comments
 (0)