Skip to content

Commit 35e04b8

Browse files
committed
favicon changed
1 parent 5de9ad4 commit 35e04b8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

javascript/htmlContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const html_links_part2 = (writeTo, toIndexFolder, version) => {
115115
<link href="https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Serif" rel="stylesheet">
116116
<link rel="stylesheet" media="all" href="${toIndexFolder}assets/stylesheet.css" />
117117
118-
<link rel="shortcut icon" type="image/x-icon" href="${toIndexFolder}assets/favicon.ico" />
118+
<link rel="shortcut icon" type="image/x-icon" href="${toIndexFolder}assets/sourcepower.ico" />
119119
120120
<!-- <link rel="shortcut icon" type="image/png" href="${toIndexFolder}images/lambda.png" /> -->
121121

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"split": "yarn process web split",
4949
"svgpdf": "./scripts/svg_to_pdf.sh",
5050
"test": "node ./scripts/test.js",
51-
"try": "cd docs_out; http-server --cors --port 8080",
52-
"web": "yarn process web"
51+
"try": "cd docs_out; http-server --cors --port 8080"
5352
},
5453
"husky": {
5554
"hooks": {

static/assets/sourcepower.ico

143 KB
Binary file not shown.

0 commit comments

Comments
 (0)