Skip to content

Commit

Permalink
fix(status-page): fix stretched favicon (#13982)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jun 14, 2023
1 parent 8b9493d commit 103f1ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/status-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="./taiko-favicon.png" />
<link rel="icon" type="image/png" href="./taiko-favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
Binary file removed packages/status-page/public/taiko-favicon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/status-page/public/taiko-favicon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 103f1ae

Please sign in to comment.