Skip to content

Commit baf258b

Browse files
authored
Merge pull request #174 from ricardozanini/update-favicon
Add a new favicon: smaller, transparent, and in the right size
2 parents 7f05cc5 + 9006bba commit baf258b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ target/
2828
build/
2929

3030
### VS Code ###
31-
.vscode/
31+
.vscode/
32+
33+
.DS_Store

img/favicon.ico

40.7 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
2323
<meta property="og:type" content="website">
2424
<title>Serverless Workflow</title>
25-
<link rel="icon" type="image/png" href="img/sw-logo-header.png">
25+
<link rel="icon" type="image/x-icon" href="img/favicon.ico?v=2">
2626
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
2727
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
2828
<link rel="stylesheet"

0 commit comments

Comments
 (0)