Skip to content

Commit 73b2f56

Browse files
committed
update icon
1 parent 3654d90 commit 73b2f56

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
graft idom/client/core_modules
22
graft idom/client/web_modules
33
include idom/client/index.html
4+
include idom/client/favicon.ico
45
include idom/client/package.json
56

67
include idom/py.typed

idom/client/favicon.ico

1.12 KB
Binary file not shown.

idom/client/idom-logo-square.ico

-159 KB
Binary file not shown.

idom/client/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="shortcut icon" href="favicon.ico" />
5+
<link rel="icon" href="favicon.ico" type="image/x-icon" />
66
<title>IDOM</title>
77
</head>
88
<body>

0 commit comments

Comments
 (0)