Skip to content

Commit e828afc

Browse files
authored
Merge pull request #205 from OpenWebhook/clean-domain-in-store
feature: use openwebhook url for favicon
2 parents 69d4aec + b95488e commit e828afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="src/favicon.svg" />
6+
<link rel="icon" type="image/svg+xml" href="https://www.openwebhook.io/img/favicon.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Webhook Store</title>
99
<script>

0 commit comments

Comments
 (0)