Skip to content

Commit

Permalink
Revert "Change favicon to be svg"
Browse files Browse the repository at this point in the history
This reverts commit f13243c.
  • Loading branch information
FormularSumo committed Jan 4, 2024
1 parent f13243c commit 47e78ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<title>Galaxy Collection</title>
<link rel="icon" type="image/x-icon" href="icon-adaptive.svg">
<link rel="apple-touch-icon" href="icon-adaptive.svg">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="favicon.ico">

<!-- Load custom style sheet -->
<style>
Expand Down

0 comments on commit 47e78ab

Please sign in to comment.