Skip to content

Commit 415ec1e

Browse files
committed
fix[frontend]: fix favicon
1 parent 8bb3bf7 commit 415ec1e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frontend/decrypt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/favicon.ico" />
5+
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>%INDEX_PAGE_TITLE% / {{PASTE_NAME}}</title>
88
</head>

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="favicon.ico" />
5+
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>%INDEX_PAGE_TITLE%</title>
88
</head>

frontend/public/favicon.ico

2.98 KB
Binary file not shown.

0 commit comments

Comments
 (0)